diff --git a/ui/src/routes/+layout.svelte b/ui/src/routes/+layout.svelte index 12e68f8..4f111e4 100644 --- a/ui/src/routes/+layout.svelte +++ b/ui/src/routes/+layout.svelte @@ -13,5 +13,6 @@ :global(html, body) { padding: 0; margin: 0; + overflow-x: hidden; }