fix overflow

This commit is contained in:
eggy 2022-07-22 16:56:33 -04:00
parent 6c1fa7f54c
commit 235cc64bc9

View File

@ -14,7 +14,8 @@ html {
background: white;
color: black;
transition: color 0.2s ease, background 0.2s ease;
overflow: scroll;
overflow-x: hidden;
overflow-y: scroll;
}
html.dark {