Files
jinhuaihua-h5/uview-ui/libs/css/style.h5.scss
熊丽君 1d6989e2b1 init
2021-09-01 10:55:59 +08:00

9 lines
184 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* H5的时候隐藏滚动条 */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}