Skip to content

Commit

Permalink
fix(modal): backdrop is no longer tappable on card-style modal on sma…
Browse files Browse the repository at this point in the history
…ller screens (#20802)

fixes #20783
  • Loading branch information
liamdebeasi committed Mar 25, 2020
1 parent f23ac44 commit 12932dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/components/modal/modal.ios.scss
Expand Up @@ -26,6 +26,10 @@
align-items: flex-end;
}

:host(.modal-card) ion-backdrop {
pointer-events: none;
}

:host(.modal-card) .modal-wrapper {
@include border-radius($modal-ios-border-radius, $modal-ios-border-radius, 0, 0);
height: calc(100% - 40px);
Expand Down

0 comments on commit 12932dd

Please sign in to comment.