Fix issue with scrolling

This commit is contained in:
2024-06-13 17:48:48 +02:00
parent 3ea4ce2767
commit 2596fc96b7
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svelte-Tauri</title>
</head>
<body id="app">
<body id="app" class="overflow-hidden">
<script type="module" src="/src/main.ts"></script>
</body>
</html>