Fixed height rendering issues on mobile when browser bar is present.
This commit is contained in:
@@ -9,3 +9,9 @@ body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user