diff options
Diffstat (limited to 'modern/public')
-rw-r--r-- | modern/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/public/index.html b/modern/public/index.html index 29800eb..ecded7c 100644 --- a/modern/public/index.html +++ b/modern/public/index.html @@ -12,6 +12,6 @@ <noscript> You need to enable JavaScript to run this app. </noscript> - <div id="root"></div> + <div id="root" style="height: 100vh;"></div> </body> </html> |