don't show body scrollbar unless necessary

This commit is contained in:
Joe 2021-03-23 20:55:49 -05:00
parent 5a7a58e7b7
commit 37875c05ff
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ html, body {
}
body {
overflow-y: scroll;
overflow-y: auto;
background-color: #1f2228;
}