improve scrolling / layout

This commit is contained in:
2023-05-17 07:24:26 +02:00
parent 6c52785597
commit 22017f3e8b
9 changed files with 17 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
<title>Contexted</title>
</head>
<body>
<div id="app" class="bg-gray-100"></div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>