Skip to content

Commit

Permalink
Changed the height of the annotation page and it now covers the entir…
Browse files Browse the repository at this point in the history
…e page
  • Loading branch information
OmG2011 authored and sumn2u committed Jun 6, 2024
1 parent c35633f commit 3ba2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<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 -->
<!-- <script>window.global = window;</script> -->
<script type="module" src="src/index.jsx"></script>
<!--
Expand Down

0 comments on commit 3ba2428

Please sign in to comment.