fix(gestures): body does not cover the whole screen

This commit is contained in:
Manu Mtz.-Almeida
2018-02-20 18:42:49 +01:00
parent 9c9bbe7fd3
commit fb5761008e
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ export class Refresher {
'passive': false,
'direction': 'y',
'threshold': 0,
'attachTo': 'body'
'attachTo': 'window'
};
}

View File

@@ -277,7 +277,7 @@ export class ReorderGroup {
type: 'pan',
direction: 'y',
threshold: 0,
attachTo: 'body'
attachTo: 'window'
}}>
<slot></slot>
</ion-gesture>