ui: fix sticky session diffs header (#21486)

This commit is contained in:
Brendan Allan
2026-04-08 17:01:52 +08:00
committed by GitHub
parent ae614d919f
commit 988c9894f2
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -94,9 +94,15 @@
[data-slot="session-turn-diffs-header"] {
display: flex;
align-items: baseline;
align-items: center;
gap: 8px;
padding-top: 4px;
padding-bottom: 12px;
position: sticky;
top: var(--sticky-accordion-top, 0px);
z-index: 20;
background-color: var(--background-stronger);
height: 44px;
}
[data-slot="session-turn-diffs-label"] {