From 10de196559c883ba12cac439f2b1957a652b8a48 Mon Sep 17 00:00:00 2001 From: satoshi toyama Date: Tue, 22 Oct 2024 18:19:25 +0900 Subject: [PATCH] scroll main content --- app/(main)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index ff2577be..4f69ecdf 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -18,7 +18,7 @@ export default function Layout({ children }: { children: ReactNode }) { -
{children}
+
{children}
); }