Skip to content

Commit

Permalink
Merge pull request #68 from eyra/fix-resize
Browse files Browse the repository at this point in the history
Fixed resizing
  • Loading branch information
trbKnl authored Dec 14, 2023
2 parents 8a6d073 + 6b1f44e commit f3318fa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,11 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<style>
.h-viewport {
height: calc(var(--vh, 1vh) * 100)
}
</style>
<title>Port</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="h-viewport"></div>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down

0 comments on commit f3318fa

Please sign in to comment.