Fix scroll not being reset
This commit is contained in:
parent
bae5b70023
commit
2001d7f02a
@ -53,15 +53,8 @@ input[type='text']:focus-visible,
|
|||||||
outline: 0.25rem solid hsla(155, 58%, 44%, 0.7);
|
outline: 0.25rem solid hsla(155, 58%, 44%, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
|
||||||
body,
|
|
||||||
#svelte {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
overflow-y: hidden;
|
overflow: hidden scroll;
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user