fix(modal): properly remove safe area padding on card-modal (#20853)

fixes #20799
This commit is contained in:
Liam DeBeasi
2020-03-24 11:53:29 -04:00
committed by Liam DeBeasi
parent 8bd5bace73
commit 71f118201b

View File

@ -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;
}