增加晶全app静态页面
This commit is contained in:
8
node_modules/vk-uview-ui/libs/css/style.h5.scss
generated
vendored
Normal file
8
node_modules/vk-uview-ui/libs/css/style.h5.scss
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/* H5的时候,隐藏滚动条 */
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
-webkit-appearance: none;
|
||||
background: transparent;
|
||||
}
|
Reference in New Issue
Block a user