Merge pull request #1448 from dpalou/MOBILE-2551

MOBILE-2551 core: Fix modals displayed over action sheet
main
Juan Leyva 2018-08-21 16:27:55 +01:00 committed by GitHub
commit 424e8533e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -867,3 +867,8 @@ ion-modal,
.split-pane {
contain: size layout style;
}
// Fix modals displayed over action sheet.
.disable-scroll ion-modal .ion-page {
pointer-events: initial;
}