From 324c26da78dacef37e1a3884dc3acba4dbc038e1 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 28 Jul 2026 22:13:22 +0200 Subject: [PATCH] fix: allow fallback dashboard scrolling --- webui/src/features/dashboard/DashboardPage.tsx | 2 +- webui/src/styles/layout.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/src/features/dashboard/DashboardPage.tsx b/webui/src/features/dashboard/DashboardPage.tsx index f2ab7d5..7b870d4 100644 --- a/webui/src/features/dashboard/DashboardPage.tsx +++ b/webui/src/features/dashboard/DashboardPage.tsx @@ -7,7 +7,7 @@ export default function DashboardPage() { const modules = usePlatformModules(); return ( -
+
i18n:govoplan-core.dashboard.d87f47b4 diff --git a/webui/src/styles/layout.css b/webui/src/styles/layout.css index 28968dc..fa8f561 100644 --- a/webui/src/styles/layout.css +++ b/webui/src/styles/layout.css @@ -83,6 +83,7 @@ .page-heading.split { display: flex; align-items: center; justify-content: space-between; } .module-entry-page { max-width: none; } .workspace-data-page .card { margin-bottom: 18px; } +.core-dashboard-page { height: 100%; overflow: auto; } .page-heading.workspace-heading { position: sticky; top: 0;