7 lines
215 B
CSS
7 lines
215 B
CSS
[data-component="sticky-accordion-header"] {
|
|
position: sticky;
|
|
top: calc(var(--sticky-accordion-top, 0px) + var(--sticky-accordion-offset, 0px));
|
|
z-index: 10;
|
|
background-color: var(--background-stronger);
|
|
}
|