Fix scroll not being reset

This commit is contained in:
venashial 2022-07-26 14:01:59 -07:00
parent bae5b70023
commit 2001d7f02a

View File

@ -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,