From 9f7409d62fcb9b0cb882ecf1942b5e037cc35083 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:50:40 -0400 Subject: [PATCH 1/2] fix (sidebar): Add responsive scrollbar --- app/Chat.tsx | 6 ++-- app/globals.css | 50 ++++++++++++++++++++++++++++++++++ components/conversationtab.tsx | 4 +-- components/sidebar.tsx | 41 ++++++++++++++++------------ 4 files changed, 79 insertions(+), 22 deletions(-) diff --git a/app/Chat.tsx b/app/Chat.tsx index 7ad97e7..7f2db0a 100644 --- a/app/Chat.tsx +++ b/app/Chat.tsx @@ -1136,9 +1136,9 @@ What's on your mind? Let's dive in. 🌱`, {/* Mobile Sidebar Overlay */} {isMobile && isMobileSidebarOpen && (