Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
mobile
/
1bc4ccca59157cb73d9d8e9c058e6401c21a7f61
/
.
/
uview-ui
/
libs
/
css
/
style.h5.scss
blob: 62839eb9494a0641a685b4357e76a08fd5b70826 [
file
] [
log
] [
blame
]
/* H5的时候,隐藏滚动条 */
::-
webkit
-
scrollbar
{
display
:
none
;
width
:
0
!
important
;
height
:
0
!
important
;
-
webkit
-
appearance
:
none
;
background
:
transparent
;
}