use safe-area-inset-bottom for bottom nav padding
This commit is contained in:
parent
97927c1f9a
commit
ce5d01037a
@ -6,7 +6,7 @@
|
||||
background-color: var(--bs-body-bg);
|
||||
border-top: 1px solid var(--theme-toolbarActive);
|
||||
z-index: 1000;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.footerNav {
|
||||
|
Loading…
x
Reference in New Issue
Block a user