2022-06-03 12:53:33 +08:00

14 lines
238 B
SCSS

:not(not),
::before,
::after {
box-sizing: border-box;
}
/* 隐藏scroll-view的滚动条 */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}