utopia-ui/src/App.css
2023-05-23 09:29:39 +02:00

12 lines
158 B
CSS

.App {
width: 100vw;
height: 100dvh;
}
#app-content {
height: calc(100dvh - 64px);
}
.Toastify__toast-container--top-right {
top: 5em !important;
}