Skip to content

Commit

Permalink
Patched scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjfisher committed Sep 1, 2024
1 parent 973e762 commit a4b0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const metadata: Metadata = {

export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">
<html lang="en" className="overflow-x-hidden">
<body className="flex min-h-screen flex-col">
<Header />
<main className="flex min-h-[80vh] flex-1 py-16 px-4">{children}</main>
Expand Down

0 comments on commit a4b0fe3

Please # to comment.