Skip to content

Commit

Permalink
Merge pull request #48 from ethanniser/scrollable-cart
Browse files Browse the repository at this point in the history
Remove overflow-y-hidden from root layout
  • Loading branch information
armans-code authored Oct 21, 2024
2 parents 24f8aca + 25a9a73 commit 6db286a
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 6db286a

Please sign in to comment.