tutu/src/App.css

17 lines
238 B
CSS
Raw Normal View History

2024-07-14 12:28:44 +00:00
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;
}