Skip to content

Commit

Permalink
Remove scrollbar showing when content doesn't overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbrunodev committed Jan 9, 2025
1 parent ef93fa4 commit 28d59d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default async function RootLayout({
return (
<html
lang="en"
className="overflow-y-scroll scroll-smooth"
className="scroll-smooth"
suppressHydrationWarning
>
<body
Expand Down

0 comments on commit 28d59d7

Please sign in to comment.