Skip to content

Commit

Permalink
🐛 fix: DatePicker does not leave a space for the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Core committed Apr 28, 2024
1 parent c006001 commit b508a4c
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -41,6 +41,10 @@
height: var(--android-navigation-bar-height);
}

.m-bottom-sheet.m-dialog.p-mobile-date-picker__content {
padding-bottom: var(--android-navigation-bar-height);
}

.m-enqueued-snackbars.m-enqueued-snackbars--bottom::after {
content: '';
display: block;
Expand Down Expand Up @@ -90,6 +94,10 @@
height: env(safe-area-inset-bottom);
}

.m-bottom-sheet.m-dialog.p-mobile-date-picker__content {
padding-bottom: env(safe-area-inset-bottom);
}

.m-enqueued-snackbars.m-enqueued-snackbars--bottom::after {
height: env(safe-area-inset-bottom);
}
Expand Down

0 comments on commit b508a4c

Please sign in to comment.