Fixed scroll behavior issue.

This commit is contained in:
Andrés Mora 2025-12-19 06:53:00 -05:00
parent 2b96a395ba
commit 36f509f6bc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" className="scroll-smooth relative">
<html lang="en" className="scroll-smooth relative" data-scroll-behavior="smooth">
<body className={`${inter.variable} ${outfit.variable} antialiased relative`}>
{children}
</body>