fix ugly scrollbar
This commit is contained in:
parent
7e1243cdc8
commit
101575c0f8
|
@ -14,7 +14,7 @@ body {
|
|||
|
||||
main {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
|
|
Loading…
Reference in New Issue