mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-11 00:05:01 +00:00
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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user