Skip to content

Commit

Permalink
fix(taro-components): ScrollView 对齐小程序样式,隐藏 scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jan 4, 2019
1 parent 3b77193 commit 79a4ad1
Show file tree
Hide file tree
Showing 2 changed files with 1,686 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.taro-scroll{
.taro-scroll {
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
display: none;
}
}
.taro-scroll-view {
overflow: hidden;
Expand Down
Loading

0 comments on commit 79a4ad1

Please sign in to comment.