fix ugly scrollbar

This commit is contained in:
Nolan Lawson 2018-01-12 23:28:13 -08:00
parent 7e1243cdc8
commit 101575c0f8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ body {
main {
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: relative;
max-width: 800px;