Fix in-room overflow

This commit is contained in:
Robert Long
2021-12-10 14:44:04 -08:00
parent 95e348f842
commit 77aff4f829
3 changed files with 22 additions and 20 deletions

View File

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