MOBILE-2567 ios: Fix selecting shared files

main
Dani Palou 2018-09-07 13:11:53 +02:00
parent 39e473e783
commit 0873bef530
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ ion-app.app-root {
}
// Fix modals displayed over action sheet.
.disable-scroll ion-modal .ion-page {
&.disable-scroll ion-modal .ion-page {
pointer-events: initial;
}
}