fix: body style

This commit is contained in:
Sidharth Vinod
2025-03-14 19:06:21 -07:00
parent 34b078e7e8
commit c9efb9e017
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
%sveltekit.head%
</head>
<body style="overflow: hidden">
<body>
<div id="svelte">%sveltekit.body%</div>
</body>
</html>
+1 -1
View File
@@ -55,7 +55,7 @@
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply h-screen w-screen overflow-hidden bg-background text-foreground;
}
}