Merge pull request #127 from topsinoty/feature/html-smooth-scroll

add smooth scrolling
This commit is contained in:
2026-06-05 07:14:16 +03:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html suppressHydrationWarning>
<html suppressHydrationWarning data-scroll-behavior="smooth" className="scroll-smooth">
<body
className={`${workSans.className} antialiased bg-[#EEE5E5] dark:bg-[#0E0F19]`}
>