Skip to content

Commit

Permalink
fix: 更新 PickView 示例 & 修复 ScrollView 滚动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjinjin0731 committed Aug 14, 2018
1 parent 84052a4 commit 553aea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/forms/picker-view.md
Expand Up @@ -22,7 +22,7 @@

```jsx
import Taro, { Component } from '@tarojs/taro'
import { View, PickerView } from '@tarojs/components'
import { View, PickerView, PickerViewColumn } from '@tarojs/components'

export default class Picks extends Component {

Expand Down
@@ -1,3 +1,6 @@
.taro-scroll{
-webkit-overflow-scrolling: touch;
}
.taro-scroll-view {
overflow: hidden;
&__scroll-x {
Expand Down

0 comments on commit 553aea3

Please sign in to comment.