fix(action-sheet): safe area is now accounted for in MD mode (#24176)

resolves #24175
This commit is contained in:
Liam DeBeasi
2021-11-08 08:58:20 -05:00
committed by GitHub
parent 2485b303da
commit 642255e514
2 changed files with 1 additions and 6 deletions

View File

@ -22,11 +22,6 @@
text-align: $action-sheet-ios-text-align;
}
.action-sheet-wrapper {
@include margin(var(--ion-safe-area-top, 0), auto, var(--ion-safe-area-bottom, 0), auto);
}
// iOS Action Sheet Container
// ---------------------------------------------------

View File

@ -67,7 +67,7 @@
.action-sheet-wrapper {
@include position(null, 0, 0, 0);
@include margin(auto);
@include margin(var(--ion-safe-area-top, 0), auto, var(--ion-safe-area-bottom, 0), auto);
@include transform(translate3d(0, 100%, 0));
display: block;