parent
99a4966786
commit
177a487ead
@ -861,7 +861,7 @@ export default defineNuxtComponent({
|
|||||||
|
|
||||||
.mobile-navbar {
|
.mobile-navbar {
|
||||||
display: flex;
|
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;
|
border-radius: var(--size-rounded-card) var(--size-rounded-card) 0 0;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user