mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
fix(ui): restore sticky positioning on diffs header
This commit is contained in:
parent
ae614d919f
commit
d757c7a2e2
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,10 @@
|
|||
align-items: baseline;
|
||||
gap: 8px;
|
||||
padding-bottom: 12px;
|
||||
position: sticky;
|
||||
top: var(--sticky-accordion-top, 0px);
|
||||
z-index: 20;
|
||||
background-color: var(--background-stronger);
|
||||
}
|
||||
|
||||
[data-slot="session-turn-diffs-label"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue