Use `env(safe-area-inset-bottom)` to prevent issues on Apple devices

This commit is contained in:
Andreas Nedbal 2022-01-01 22:42:37 +01:00 committed by Andreas Nedbal
parent f75d63bf07
commit 2ce94893ea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
@include media-breakpoint-down('md') {
top: unset !important;
bottom: 45px !important;
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
position: fixed;
left: 0 !important;
}