We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35633f commit 1b4ef62Copy full SHA for 1b4ef62
client/index.html
@@ -24,7 +24,7 @@
24
<noscript>
25
You need to enable JavaScript to run this app.
26
</noscript>
27
- <div id="app" style="height: 80vh;"></div>
+ <div id="app" style="height: 100vh;"></div> <!-- Changed the height from 80vh to 100vh to make it cover the entire page -->
28
<!-- <script>window.global = window;</script> -->
29
<script type="module" src="src/index.jsx"></script>
30
<!--
0 commit comments