From d62afd5673ffcb2aafde2172f10685cdecc1549f Mon Sep 17 00:00:00 2001 From: schreifuchs Date: Fri, 7 Mar 2025 12:55:57 +0100 Subject: [PATCH] fix weird scrolling bug --- frontend/src/App.svelte | 22 ++++++++++++-------- frontend/src/components/AuthorEditor.svelte | 2 +- frontend/src/components/BookEditor.svelte | 7 ++++--- frontend/src/components/ClientEditor.svelte | 6 +++--- frontend/src/components/LendingEditor.svelte | 2 ++ frontend/src/routes/Books.svelte | 3 +++ frontend/src/routes/Clients.svelte | 2 ++ 7 files changed, 28 insertions(+), 16 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index b21cd5c..4d3638a 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -10,9 +10,11 @@ let url: string = $state("/"); -
+
- +
+ diff --git a/frontend/src/components/AuthorEditor.svelte b/frontend/src/components/AuthorEditor.svelte index 1177d3b..71b1b9b 100644 --- a/frontend/src/components/AuthorEditor.svelte +++ b/frontend/src/components/AuthorEditor.svelte @@ -16,7 +16,7 @@
- +
diff --git a/frontend/src/components/BookEditor.svelte b/frontend/src/components/BookEditor.svelte index d3e1154..7b4cd7c 100644 --- a/frontend/src/components/BookEditor.svelte +++ b/frontend/src/components/BookEditor.svelte @@ -41,13 +41,13 @@
- - + +
- +
@@ -58,6 +58,7 @@ return { value: a.ID, name: a.Name }; })} bind:value={book.AuthorID} + required />