utopia-ui/src/App.css
2023-05-22 14:40:18 +02:00

12 lines
156 B
CSS

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