fix(desktop): Navigation with Big Sessions (#9529)

This commit is contained in:
Daniel Polito
2026-01-21 16:01:18 -03:00
committed by GitHub
parent c69e3bbde7
commit df2ed99231
2 changed files with 18 additions and 2 deletions

View File

@@ -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;
}
}