From 7945e752d6aded0fb4f174f21ff3111e7b940e7c Mon Sep 17 00:00:00 2001 From: jubnl Date: Thu, 16 Apr 2026 16:44:27 +0200 Subject: [PATCH] fix(ui): restore scrollbar-width: thin on .scroll-container --- client/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/index.css b/client/src/index.css index a4d5c519..e2e21e48 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -407,6 +407,7 @@ img[alt="TREK"] { } .scroll-container { + scrollbar-width: thin; scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track); }