prevent body from moving with scrollbar

This commit is contained in:
acarril 2023-05-01 21:40:33 -04:00
parent 5918390fe0
commit 32f31798b7

View file

@ -4,6 +4,7 @@
html {
font-size: 62.5%;
overflow-y: scroll;
}
body {