···26 <script src="/src/index.tsx" type="module"></script>
27 </head>
2829- <body id="root" class="dark:bg-dark-500 bg-neutral-100">
30 <noscript>You need to enable JavaScript to run this app.</noscript>
31 </body>
32</html>
···26 <script src="/src/index.tsx" type="module"></script>
27 </head>
2829+ <body id="root" class="dark:bg-dark-500 min-h-screen bg-neutral-100">
30 <noscript>You need to enable JavaScript to run this app.</noscript>
31 </body>
32</html>