Skip to content

Commit

Permalink
feat: add smooth scroll class on body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 22, 2022
1 parent 711552b commit a6adb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Document() {
crossOrigin="anonymous"
/>
</Head>
<body>
<body className="scroll-smooth">
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit a6adb19

Please sign in to comment.