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