Skip to content

Commit

Permalink
Remove overflow-y-hidden from root layout
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Oct 21, 2024
1 parent 24f8aca commit 25a9a73
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 @@ -43,7 +43,7 @@ export default async function RootLayout({
return (
<html lang="en" className="h-full">
<body
className={`${helvetica.variable} ${helveticaRoman.variable} ${futura.variable} flex flex-col overflow-y-hidden antialiased`}
className={`${helvetica.variable} ${helveticaRoman.variable} ${futura.variable} flex flex-col antialiased`}
>
<div>
<header className="z-10 flex flex-grow items-center justify-between gap-4 border-b-2 border-yellow-300 bg-background p-2 pb-[4px] pt-2 font-futura sm:flex-row sm:p-4 sm:pb-[4px] sm:pt-0">
Expand Down

0 comments on commit 25a9a73

Please sign in to comment.