Skip to content

Commit 1b4ef62

Browse files
committed
Changed the height of the annotation page and it now covers the entire page
1 parent c35633f commit 1b4ef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<noscript>
2525
You need to enable JavaScript to run this app.
2626
</noscript>
27-
<div id="app" style="height: 80vh;"></div>
27+
<div id="app" style="height: 100vh;"></div> <!-- Changed the height from 80vh to 100vh to make it cover the entire page -->
2828
<!-- <script>window.global = window;</script> -->
2929
<script type="module" src="src/index.jsx"></script>
3030
<!--

0 commit comments

Comments
 (0)