From f4743157960370bcb2b3689563ada43dd9615167 Mon Sep 17 00:00:00 2001 From: James Nisbet Date: Mon, 12 Dec 2022 09:29:41 +1300 Subject: [PATCH] Fix typo: content => contents --- src/routes/(inner)/components/app-shell/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(inner)/components/app-shell/+page.svelte b/src/routes/(inner)/components/app-shell/+page.svelte index 5840cda90..cfc700ec1 100644 --- a/src/routes/(inner)/components/app-shell/+page.svelte +++ b/src/routes/(inner)/components/app-shell/+page.svelte @@ -96,11 +96,11 @@ This element is required - and the style of display: content should remain. + and the style of display: contents should remain.

\n\t
%sveltekit.body%
\n`.trim()} + code={`\n\t
%sveltekit.body%
\n`.trim()} />

Then, disable overflow on your html and body tags to prevent duplicate scroll bars. Update your global stylesheet with