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

This commit is contained in:
Matthew Meszaros
2026-06-28 05:58:31 +00:00
parent 7e75394ab8
commit 2f4e4f7ee6
+1 -1
View File
@@ -168,7 +168,7 @@ function SettingsLayoutInner() {
const current = allItems.find((s) => s.path === currentPath) ?? allItems[0];
return (
<Page>
<Page className="h-full min-h-0">
<PageTopbar
eyebrow="Settings"
subtitle={current?.description ?? "Account and workspace"}