limit width, ensure body is max min height

This commit is contained in:
2024-10-16 01:16:38 -05:00
parent 54268297df
commit 30d9d96838
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<title>App</title>
</head>
<body>
<div id="root"></div>
<div id="root" class="min-w-full min-h-screen"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>