Hide overflow for body

This commit is contained in:
Sidharth Vinod
2024-02-12 14:12:57 +05:30
parent ab7aed0146
commit b7ccfff91d
+1 -1
View File
@@ -23,7 +23,7 @@
referrerpolicy="no-referrer" />
%sveltekit.head%
</head>
<body>
<body style="overflow: hidden;">
<div id="svelte">%sveltekit.body%</div>
</body>
</html>