Better fit the page

This commit is contained in:
Adrien Vannson
2022-10-06 22:59:45 +02:00
parent c5e35565e9
commit c3a4a99a88
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -28,6 +28,6 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="height: 100vh; display:flex; flex-direction: column;"></div>
<div id="root" style="height: 100vh; display:flex; flex-direction: column; overflow: hidden"></div>
</body>
</html>