Remove viewport units

This commit is contained in:
Robert Long
2021-12-10 15:07:39 -08:00
parent 77aff4f829
commit 11eb137184
5 changed files with 76 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
display: flex;
flex: 1;
flex-direction: column;
min-height: 100vh;
min-height: 100%;
}
.splitContainer {