fix(picker): do not scroll

This commit is contained in:
Manu Mtz.-Almeida
2018-03-22 17:15:04 +01:00
parent 5c2678f7ea
commit 1c06bfeaac

View File

@ -423,8 +423,7 @@ export class PickerColumnCmp {
type='pan' type='pan'
direction='y' direction='y'
passive={false} passive={false}
maxAngle={20} threshold={0}
threshold={10}
attachTo='parent' attachTo='parent'
></ion-gesture>, ></ion-gesture>,
<div class='picker-opts' style={{maxWidth: col.optionsWidth}}> <div class='picker-opts' style={{maxWidth: col.optionsWidth}}>