mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-06-22 22:24:43 +00:00
Merge pull request #127 from topsinoty/feature/html-smooth-scroll
add smooth scrolling
This commit is contained in:
@@ -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]`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user