mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
Desktop: Improve Big Session Navigation - Scrollable (#6837)
This commit is contained in:
parent
478fec61ab
commit
393cf78ca6
2 changed files with 5 additions and 0 deletions
|
|
@ -102,6 +102,8 @@
|
|||
align-items: center;
|
||||
border-radius: var(--radius-md);
|
||||
background: var(--surface-raised-stronger-non-alpha);
|
||||
max-height: calc(100vh - 6rem);
|
||||
overflow-y: auto;
|
||||
|
||||
/* border/shadow-xs/base */
|
||||
box-shadow:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
position: absolute;
|
||||
left: 1.5rem;
|
||||
margin-top: 0.625rem;
|
||||
top: 0;
|
||||
bottom: 8rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
[data-slot="session-message-rail-compact"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue