mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-02 08:49:14 +02:00
Use env(safe-area-inset-bottom)
to prevent issues on Apple devices
This commit is contained in:
parent
f75d63bf07
commit
2ce94893ea
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue