mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
5 lines
97 B
CSS
5 lines
97 B
CSS
.container {
|
|
flex: 1;
|
|
min-height: calc(100vh - 200px);
|
|
min-height: calc(100dvh - 200px);
|
|
}
|