移除滚动条可以滚动
2020-06-06 本文已影响0人
叶叶叶xxx
html,
body {
// IE10+
-ms-overflow-style: none;
// 火狐
overflow : -moz-scrollbars-none;
}
body::-webkit-scrollbar {
display: none;
}
html {
font-size: 10px !important;
}
body {
font-size: 14px;
}