From 4f5062e1da1859051d4a9570aeff8782f457baa9 Mon Sep 17 00:00:00 2001 From: Timothy Armes Date: Mon, 11 Mar 2024 17:03:41 +0100 Subject: [PATCH] Fix scroll bug --- src/app/[locale]/layout.tsx | 2 +- src/app/[locale]/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index bfc1f80..25f1290 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -71,7 +71,7 @@ export default async function RootLayout({ -
+
{children}
diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 5d231a4..d5ec540 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -12,7 +12,7 @@ export default function Home() { const t = useTranslations("Home"); return ( -
+