From 36f509f6bc11f6ac689a338a87031dccf69e8bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mora?= Date: Fri, 19 Dec 2025 06:53:00 -0500 Subject: [PATCH] Fixed scroll behavior issue. --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index ab81637..b383f62 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -45,7 +45,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children}