From 3df4fc5bff6a04c59afb94d34336a41be61a38f7 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 28 Jul 2026 22:50:11 +0200 Subject: [PATCH] fix: wrap administration fallback viewport --- webui/src/features/admin/AdminPage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui/src/features/admin/AdminPage.tsx b/webui/src/features/admin/AdminPage.tsx index c009c6f..e20e1e1 100644 --- a/webui/src/features/admin/AdminPage.tsx +++ b/webui/src/features/admin/AdminPage.tsx @@ -12,6 +12,7 @@ import type { } from "@govoplan/core-webui"; import { fetchShellAuth } from "@govoplan/core-webui"; import { Card } from "@govoplan/core-webui"; +import { PageScrollViewport } from "@govoplan/core-webui"; import { ModuleSubnav, type ModuleSubnavGroup } from "@govoplan/core-webui"; import { adminReadScopes, hasAnyScope, hasScope } from "@govoplan/core-webui"; import SystemUsersPanel from "./SystemUsersPanel"; @@ -195,11 +196,13 @@ export default function AdminPage({ if (!hasAnyScope(auth, adminReadScopes)) { return ( +

i18n:govoplan-access.your_current_roles_do_not_grant_administrative_a.6eafee69

+
); }