g6/demos/assets/common.css
2020-02-14 11:30:12 +08:00

8 lines
76 B
CSS

html,
body {
overflow: hidden;
}
::-webkit-scrollbar {
display: none;
}