17 lines
238 B
CSS
17 lines
238 B
CSS
|
html,
|
||
|
body {
|
||
|
overflow: hidden;
|
||
|
height: 100vh;
|
||
|
height: 100dvh;
|
||
|
}
|
||
|
|
||
|
#root {
|
||
|
overflow: hidden hidden;
|
||
|
height: 100vh;
|
||
|
height: 100dvh;
|
||
|
background-color: var(--tutu-color-surface, transparent);
|
||
|
}
|
||
|
|
||
|
.custom-emoji {
|
||
|
width: 1.25em;
|
||
|
}
|