Use `env(safe-area-inset-bottom)` to prevent issues on Apple devices
This commit is contained in:
parent
f75d63bf07
commit
2ce94893ea
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
@include media-breakpoint-down('md') {
|
@include media-breakpoint-down('md') {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 45px !important;
|
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue