ui: avoid session review header clipping

Move the session review header outside the scroll viewport and drop strict containment so shadows can render without being cropped.
This commit is contained in:
David Hill
2026-03-02 16:05:16 +00:00
parent d60696ded8
commit 633a3ba03a
2 changed files with 295 additions and 295 deletions

View File

@@ -3,11 +3,10 @@
flex-direction: column;
gap: 0px;
height: 100%;
overflow-y: auto;
scrollbar-width: none;
contain: strict;
&::-webkit-scrollbar {
display: none;
[data-slot="session-review-scroll"] {
flex: 1 1 auto;
min-height: 0;
}
.scroll-view__viewport {
@@ -21,8 +20,6 @@
}
[data-slot="session-review-header"] {
position: sticky;
top: 0;
z-index: 120;
background-color: var(--background-stronger);
height: 40px;
@@ -63,7 +60,7 @@
}
[data-component="sticky-accordion-header"] {
--sticky-accordion-top: 40px;
--sticky-accordion-top: 0px;
}
[data-slot="session-review-accordion-item"][data-selected]