fixed mobile navigation on iphones safari (#1193)

fixes #1164
This commit is contained in:
Younes 2023-06-12 01:32:00 +01:00 committed by GitHub
parent 99a4966786
commit 177a487ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -861,7 +861,7 @@ export default defineNuxtComponent({
.mobile-navbar {
display: flex;
height: var(--size-mobile-navbar-height);
height: calc(var(--size-mobile-navbar-height) + env(safe-area-inset-bottom));
border-radius: var(--size-rounded-card) var(--size-rounded-card) 0 0;
padding-bottom: env(safe-area-inset-bottom);
position: fixed;