diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index bea97c6..dee0137 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -15,7 +15,7 @@ :global(body) { margin: 0; padding: 0; - width: 100vw; + width: 100%; } :global(html) {