mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(toast): statusbarPadding
This commit is contained in:
@ -43,9 +43,6 @@ ion-picker {
|
||||
}
|
||||
|
||||
.picker-columns {
|
||||
@include margin(null, null, constant(safe-area-inset-bottom), null);
|
||||
@include margin(null, null, env(safe-area-inset-bottom), null);
|
||||
|
||||
@include rtl() {
|
||||
// Date is the same format in both directions
|
||||
flex-direction: row-reverse;
|
||||
@ -56,6 +53,8 @@ ion-picker {
|
||||
|
||||
justify-content: center;
|
||||
|
||||
margin-bottom: var(--ion-bottom-padding);
|
||||
|
||||
contain: strict;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user