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

@@ -129,7 +129,7 @@ body {
html,
body,
#root {
height: 100vh;
height: 100%;
}
#root {