From df2ed9923174ec5e479fa39349717df6ef990fee Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Wed, 21 Jan 2026 16:01:18 -0300 Subject: fix(desktop): Navigation with Big Sessions (#9529) --- packages/ui/src/components/hover-card.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/ui/src') diff --git a/packages/ui/src/components/hover-card.css b/packages/ui/src/components/hover-card.css index 70dcdd7a2..43918bf38 100644 --- a/packages/ui/src/components/hover-card.css +++ b/packages/ui/src/components/hover-card.css @@ -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; } } -- cgit v1.2.3