mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
fix(desktop): Navigation with Big Sessions (#9529)
This commit is contained in:
parent
c69e3bbde7
commit
df2ed99231
2 changed files with 18 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
z-index: 50;
|
||||
min-width: 200px;
|
||||
max-width: 320px;
|
||||
max-height: calc(100vh - 1rem);
|
||||
border-radius: 8px;
|
||||
background-color: var(--surface-raised-stronger-non-alpha);
|
||||
pointer-events: auto;
|
||||
|
|
@ -32,6 +33,8 @@
|
|||
|
||||
[data-slot="hover-card-body"] {
|
||||
padding: 4px;
|
||||
max-height: inherit;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue