mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 23:46:04 +01: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') {
|
||||
top: unset !important;
|
||||
bottom: 45px !important;
|
||||
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
|
||||
position: fixed;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue