blob: 62839eb9494a0641a685b4357e76a08fd5b70826 [file] [log] [blame]
guangchao.xu070005a2020-12-07 09:56:40 +08001/* H5的时候,隐藏滚动条 */
2::-webkit-scrollbar {
3 display: none;
4 width: 0 !important;
5 height: 0 !important;
6 -webkit-appearance: none;
7 background: transparent;
8}