blob: 62839eb9494a0641a685b4357e76a08fd5b70826 [file] [log] [blame]
/* H5的时候,隐藏滚动条 */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}