App: try fix gap at bottom on iOS standalone
All checks were successful
/ depoly (push) Successful in 1m17s
All checks were successful
/ depoly (push) Successful in 1m17s
This commit is contained in:
parent
8066f699bd
commit
85cb7ad081
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
overscroll-behavior-block: none;
|
||||
}
|
||||
|
||||
body, #root {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
||||
.custom-emoji {
|
||||
width: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue