From 9f021289c014a06c9b9299b30fea94c39ddf8b11 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Wed, 8 Apr 2026 15:44:30 +0700 Subject: [PATCH] fix: improve sidebar and navigation layout in AppShell component Updated the AppShell component to enhance the sidebar's layout by making it sticky and ensuring it occupies the full height of the screen. Additionally, modified the main navigation to allow for vertical scrolling, improving usability and accessibility for users navigating through the application. --- web/src/lib/AppShell.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/AppShell.svelte b/web/src/lib/AppShell.svelte index 52e13eb..0053f08 100644 --- a/web/src/lib/AppShell.svelte +++ b/web/src/lib/AppShell.svelte @@ -60,7 +60,7 @@