MOBILE-2551 core: Fix modals displayed over action sheet

main
Dani Palou 2018-08-14 09:26:03 +02:00
parent e6c5607463
commit a239d01283
1 changed files with 5 additions and 0 deletions

View File

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