This commit is contained in:
parent
2d56bdfe3a
commit
814ac07581
1 changed files with 3 additions and 1 deletions
|
@ -7,12 +7,14 @@
|
|||
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
||||
--safe-area-inset-right: env(safe-area-inset-right);
|
||||
background-color: var(--tutu-color-surface, transparent);
|
||||
overscroll-behavior-block: none;
|
||||
overscroll-behavior-y: none; /* FIXME: Safari 15.4 does not support this, requires 16+ */
|
||||
}
|
||||
|
||||
:root, body, #root {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
.custom-emoji {
|
||||
|
|
Loading…
Reference in a new issue