Make layout expand to fill height of body

This commit is contained in:
2022-04-09 12:35:36 -05:00
parent 2c059a655e
commit 2fd0107197
3 changed files with 9 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<body style="display: flex; height: 100%; min-height: 100vh; flex-direction: column">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>