From c9efb9e0174a8ba0cdcfee6e65307198e0c2057d Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 14 Mar 2025 19:06:21 -0700 Subject: [PATCH] fix: body style --- src/app.html | 2 +- src/app.postcss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } }