diff options
| -rw-r--r-- | ui/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte index 1b2391c..794a119 100644 --- a/ui/routes/+layout.svelte +++ b/ui/routes/+layout.svelte @@ -13,7 +13,7 @@ </script> <div id="app" class="m-0 p-0 h-vh w-full"> - <div class="fixed w-full"> + <div class="w-full"> <AppBar> <svelte:fragment slot="lead"> <a on:click|preventDefault={toggleMenu} class="cursor-pointer"> |
