fix(ui): review comments z-index stacking

This commit is contained in:
Adam
2026-02-04 10:35:01 -06:00
parent c875a1fc90
commit 28dc5de6a8
3 changed files with 25 additions and 18 deletions

View File

@@ -409,10 +409,11 @@
[data-component="sticky-accordion-header"] {
top: var(--sticky-header-height, 0px);
}
&[data-expanded]::before {
top: calc(-1 * var(--sticky-header-height, 0px));
}
[data-component="sticky-accordion-header"][data-expanded]::before,
[data-slot="accordion-item"][data-expanded] [data-component="sticky-accordion-header"]::before {
top: calc(-1 * var(--sticky-header-height, 0px));
}
[data-slot="session-turn-accordion-trigger-content"] {