From dd7c4f067638278df334152c6b17f4075cdc1c74 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage Date: Fri, 23 Jan 2026 01:05:36 +0530 Subject: [PATCH] fix: make sidebar scrollable when window height is limited Add overflow-y-auto to sidebar and flex-shrink-0 to fixed sections (logo, bottom nav, attribution) so users can scroll to access all navigation items on small screens. --- src/renderer/src/components/layout/Sidebar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/components/layout/Sidebar.tsx b/src/renderer/src/components/layout/Sidebar.tsx index a257698..02c304b 100644 --- a/src/renderer/src/components/layout/Sidebar.tsx +++ b/src/renderer/src/components/layout/Sidebar.tsx @@ -70,9 +70,9 @@ export function Sidebar() { ] return ( -