Skip to content

Commit

Permalink
Merge pull request #106 from Nathen-Smith/fix-overflow
Browse files Browse the repository at this point in the history
fix: overflow hidden on drawer
  • Loading branch information
Nathen-Smith authored Mar 29, 2024
2 parents a9a4467 + 2610910 commit 19cf185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HomeWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function HomeWrapper({ children }: HomeWrapperProps) {
return (
<div className="drawer">
<input id="my-drawer" type="checkbox" className="drawer-toggle" />
<div className="drawer-content flex flex-col 2xl:text-lg">
<div className="drawer-content flex flex-col overflow-hidden 2xl:text-lg">
<Navbar />
<div className="prose prose-zinc mx-auto w-full max-w-[65ch] px-[14px] pt-8 dark:prose-invert sm:px-0 2xl:prose-lg">
{children}
Expand Down

0 comments on commit 19cf185

Please sign in to comment.