fix: hide navigation on keyboard visible
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m32s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m32s
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background: #9ebf3e;
|
background: #9ebf3e;
|
||||||
height: 100dvh;
|
height: var(--safe-area-height, 100dvh);
|
||||||
width: var(--safe-area-width);
|
width: var(--safe-area-width);
|
||||||
font-family: "BalsamiqSans", sans-serif;
|
font-family: "BalsamiqSans", sans-serif;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user