fix(app): hover-card scrolling

This commit is contained in:
Adam 2026-01-22 07:15:57 -06:00
parent 3807523f49
commit 8e3b459d77
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 19 additions and 17 deletions

View file

@ -34,7 +34,7 @@
[data-slot="hover-card-body"] {
padding: 4px;
max-height: inherit;
overflow-y: auto;
overflow: hidden;
}
}