improve scrolling / layout

This commit is contained in:
2023-05-17 07:24:26 +02:00
parent e11438c952
commit 0c4c7782e0
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>