Add h-full to root element

This commit is contained in:
Alejandro Celaya 2025-06-17 09:01:23 +02:00
parent d1619b3723
commit 058b38528f

View File

@ -84,7 +84,7 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<div id="root" class="h-full"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>