mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
12 lines
158 B
CSS
12 lines
158 B
CSS
.App {
|
|
width: 100vw;
|
|
height: 100dvh;
|
|
}
|
|
|
|
#app-content {
|
|
height: calc(100dvh - 64px);
|
|
}
|
|
|
|
.Toastify__toast-container--top-right {
|
|
top: 5em !important;
|
|
} |