Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
mobile
/
070005a28c5acc53a30da3a77ff0ff542497c4ff
/
.
/
uview-ui
/
libs
/
css
/
style.h5.scss
blob: 62839eb9494a0641a685b4357e76a08fd5b70826 [
file
] [
log
] [
blame
]
guangchao.xu
070005a
2020-12-07 09:56:40 +0800
[
diff
] [
blame^
]
1
/* H5的时候,隐藏滚动条 */
2
::-
webkit
-
scrollbar
{
3
display
:
none
;
4
width
:
0
!
important
;
5
height
:
0
!
important
;
6
-
webkit
-
appearance
:
none
;
7
background
:
transparent
;
8
}