From 2f4e4f7ee60cdb301a86c8f931979928bafedb02 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Sun, 28 Jun 2026 05:58:31 +0000 Subject: [PATCH] feat: bound the settings layout to its container height so the left rail and content panes scroll internally instead of sliding under the sticky Settings topbar --- web/src/app/app/settings/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/app/settings/layout.tsx b/web/src/app/app/settings/layout.tsx index 4bf26450..5233cb94 100644 --- a/web/src/app/app/settings/layout.tsx +++ b/web/src/app/app/settings/layout.tsx @@ -168,7 +168,7 @@ function SettingsLayoutInner() { const current = allItems.find((s) => s.path === currentPath) ?? allItems[0]; return ( - +