From 9e14ce999f89052b218d2e3f974644f41355955c Mon Sep 17 00:00:00 2001 From: Anso Date: Mon, 30 Mar 2026 17:19:11 -0400 Subject: [PATCH] fix(ui): settings modal sidebar nav clipped on smaller viewports (#280) Add min-h-0 to sidebar container and flex-1 overflow-y-auto to the nav element so the settings navigation scrolls when items exceed the available height. Support and About were previously unreachable. --- frontend/src/components/SettingsModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 27b680b3..1d1292a7 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -301,14 +301,14 @@ export function SettingsModal({ isOpen, onClose }: SettingsModalProps) { Configure Sencho settings {/* Sidebar */} -
+
Settings Hub
{isRemote ? (
{activeNode!.name}
) : (
)} -