Files
BlockChainH5/node_modules/uview-ui/libs/css/style.h5.scss
唐明明 08c56ea921 init
2021-09-23 17:03:28 +08:00

9 lines
192 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;
}