We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf963e commit 4ddc67aCopy full SHA for 4ddc67a
src/lib/components/furniture/TopNav.svelte
@@ -362,6 +362,9 @@
362
max-height: 80vh;
363
overflow-y: auto;
364
overflow-x: visible;
365
+
366
+ scrollbar-width: thin;
367
+ scrollbar-color: color-mix(in srgb, var(--color-primary), transparent 10%) transparent;
368
}
369
370
.dropdown-link {
@@ -514,6 +517,11 @@
514
517
pointer-events: auto;
515
518
white-space: normal;
516
519
520
+ max-height: 80vh;
521
+ overflow-y: auto;
522
523
524
525
// Smart positioning: try right first, auto-fallback to left
526
left: calc(100% + 0.5rem);
527
transform-origin: left center;
0 commit comments