From cf8d4725f75684a8c4950c5fe8a2457df654ac8c Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 6 Jun 2025 03:25:02 +0100 Subject: [PATCH] fix: certain content can result in horizontal scroll --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {