Skip to content

Commit

Permalink
Merge pull request #2 from eyra/height
Browse files Browse the repository at this point in the history
Removed height restrictions
  • Loading branch information
vloothuis authored Dec 7, 2023
2 parents 784fca5 + 6cc5caf commit 8ca870d
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>React App</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 8ca870d

Please sign in to comment.