diff --git a/src/app.html b/src/app.html index 827bd6bc..229ff125 100644 --- a/src/app.html +++ b/src/app.html @@ -17,7 +17,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/app.postcss b/src/app.postcss index e773040c..7b65cde7 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -55,7 +55,7 @@ @apply border-border; } body { - @apply bg-background text-foreground; + @apply h-screen w-screen overflow-hidden bg-background text-foreground; } }