From 2404538270e59dbacacb78be942af7cfa44f37d7 Mon Sep 17 00:00:00 2001 From: sravan Date: Wed, 1 Jul 2026 16:46:40 +0530 Subject: [PATCH] fix(ui): modern thin scrollbars app-wide (remove classic up/down arrows) Only the chat LIST had styled scrollbars; the chat message area and every other scroll region fell back to the OS scrollbar, which in the Electron/Windows shell shows classic up/down stepper arrows. Added a global ::-webkit-scrollbar style (thin, rounded thumb, scrollbar-button hidden) + scrollbar-width:thin to home.html, share.html, connect.html, dashboard.html. (home build batch18) Co-Authored-By: Claude Opus 4.8 --- server/public/connect.html | 7 +++++++ server/public/dashboard.html | 7 +++++++ server/public/home.html | 12 +++++++++++- server/public/share.html | 7 +++++++ 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/server/public/connect.html b/server/public/connect.html index d3bea81..2dede34 100644 --- a/server/public/connect.html +++ b/server/public/connect.html @@ -7,6 +7,13 @@