From 05508f124da7cae10073dbb765ac611aeaadd0a0 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Sat, 8 Aug 2026 16:18:10 -0700 Subject: [PATCH] fix(ui): use native platform scrollbars instead of custom ::-webkit-scrollbar rules --- web-app/src/index.css | 65 +++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 24 deletions(-) diff --git a/web-app/src/index.css b/web-app/src/index.css index efc5ed09c..a721a3b59 100644 --- a/web-app/src/index.css +++ b/web-app/src/index.css @@ -187,34 +187,19 @@ stroke-width: 2; } - /* Scrollbar styles */ - ::-webkit-scrollbar { - width: 8px; - height: 8px; + /* + * color-scheme must track the app's own theme class, not the OS, + * so native scrollbars and