From e49e75302357433e22786118c3e7a01f342460b2 Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Thu, 19 Feb 2026 18:45:55 +0100 Subject: [PATCH] dashboard scrolls properly now --- frontend/src/app/AppShell.vue | 10 ++++++++-- frontend/src/app/router.ts | 2 +- frontend/src/components/layout/AppPage.vue | 4 ++-- frontend/src/features/dashboard/index.ts | 2 +- frontend/src/pages/DashboardPage.vue | 14 +++++++------- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/AppShell.vue b/frontend/src/app/AppShell.vue index 4d5d104..bd0ea11 100644 --- a/frontend/src/app/AppShell.vue +++ b/frontend/src/app/AppShell.vue @@ -1,6 +1,6 @@