diff --git a/web/src/app/home/components/settings-dialog/SettingsDialog.tsx b/web/src/app/home/components/settings-dialog/SettingsDialog.tsx index 9b24b9e2..52b799c3 100644 --- a/web/src/app/home/components/settings-dialog/SettingsDialog.tsx +++ b/web/src/app/home/components/settings-dialog/SettingsDialog.tsx @@ -116,19 +116,21 @@ export default function SettingsDialog({ }} > {t('settingsDialog.title')} {activeLabel} - + {/* Override the SidebarProvider wrapper's default h-svh so the two + columns fill the dialog's fixed height instead of the viewport. */} + @@ -154,7 +156,7 @@ export default function SettingsDialog({ -
+
{/* Mobile section switcher (sidebar is hidden on small screens) */}
{navItems.map((item) => (