From eb607f7df8c27eb62634ffd4a3a143d5e01c6037 Mon Sep 17 00:00:00 2001 From: Dotta Date: Fri, 6 Mar 2026 07:39:35 -0600 Subject: [PATCH] feat(ui): auto-hide sidebar scrollbar when not hovering Replace scrollbar-none with a scrollbar-auto-hide utility that keeps the scrollbar thumb transparent by default and reveals it on container hover. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/Sidebar.tsx | 2 +- ui/src/index.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ui/src/components/Sidebar.tsx b/ui/src/components/Sidebar.tsx index c1b57f7e..ae5e83d4 100644 --- a/ui/src/components/Sidebar.tsx +++ b/ui/src/components/Sidebar.tsx @@ -65,7 +65,7 @@ export function Sidebar() { -