Fixed height rendering issues on mobile when browser bar is present.

This commit is contained in:
Jay
2025-07-20 13:41:17 -04:00
parent 30bab276a1
commit b57af5f518
2 changed files with 18 additions and 6 deletions
+6
View File
@@ -9,3 +9,9 @@ body {
-moz-osx-font-smoothing: grayscale;
margin: 0;
}
html,
body,
#root {
height: 100%;
}