asd/asd-pc/node_modules/uview-ui/libs/css/style.h5.scss
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +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;
}