From 42e8605945775212bd5434520043cecdd210b3cf Mon Sep 17 00:00:00 2001 From: schreifuchs Date: Fri, 7 Mar 2025 14:43:36 +0100 Subject: [PATCH] fix scroll issue --- frontend/src/App.svelte | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 090cc5d..1ddcfc1 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -8,7 +8,9 @@ let url: string = $state("/"); -
+
+