1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-06 00:11:33 +01:00

fix ugly scrollbar

This commit is contained in:
Nolan Lawson 2018-01-12 23:28:13 -08:00
parent 7e1243cdc8
commit 101575c0f8

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;