From 9552f8b64bcedbfc6e700ebc71ccce255e627a98 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Mon, 8 Jun 2026 12:56:28 +0700 Subject: [PATCH] make the dropdowns scrollable --- src/components/header.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/header.css b/src/components/header.css index 64e1cfd..78eb08e 100644 --- a/src/components/header.css +++ b/src/components/header.css @@ -67,6 +67,9 @@ header { left: auto; right: 0; + scrollbar-gutter: stable; + scrollbar-width: thin; + border-radius: 0.75rem; padding: 0.75rem; @@ -78,6 +81,9 @@ header { max-width: 90vw; white-space: normal; + + overflow-y: auto; + max-height: min(300px, 70dvh); } } -- 2.51.2