From 2001d7f02a8c35a12287ddedfde7cda126c65d8e Mon Sep 17 00:00:00 2001 From: venashial Date: Tue, 26 Jul 2022 14:01:59 -0700 Subject: [PATCH] Fix scroll not being reset --- src/styles/normalize.postcss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/styles/normalize.postcss b/src/styles/normalize.postcss index 6bf15a0d8..6074d5fda 100644 --- a/src/styles/normalize.postcss +++ b/src/styles/normalize.postcss @@ -53,15 +53,8 @@ input[type='text']:focus-visible, outline: 0.25rem solid hsla(155, 58%, 44%, 0.7); } -html, -body, -#svelte { - height: 100%; -} - html { - overflow-y: hidden; - overflow-x: hidden; + overflow: hidden scroll; } h1,