Fix issue with scrolling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user