diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index f3791c836..c01f68c30 100644 --- a/public/index.html +++ b/public/index.html @@ -10,7 +10,7 @@ /* These styles disable body scrolling if you are using <ScrollView> */ body { overflow: hidden; } /* These styles make the root element full-height */ - #root { display:flex; height:100%; } + #app-root { display:flex; height:100%; } /* These styles are for src/view/com/modals/WebModal */ div[data-modal-overlay] { |