replace vh with dvh

This commit is contained in:
Chris Heinz
2024-07-13 16:50:31 +02:00
parent b006747a45
commit eda5adfd79
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
.container {
flex: 1;
min-height: calc(100vh - 200px);
min-height: calc(100dvh - 200px);
}