diff --git a/core/src/css/core.scss b/core/src/css/core.scss index 3bf9c421ff..02229bcd38 100644 --- a/core/src/css/core.scss +++ b/core/src/css/core.scss @@ -35,7 +35,7 @@ body.backdrop-no-scroll { // The card style does not reach all the way to // the top of the screen, so there does not need // to be any safe area padding added -html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-child { +html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-of-type { padding-top: 0px; }