Skip to content

Commit

Permalink
Hide overflow in homepage #1457
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieujacq committed Oct 23, 2023
1 parent 1ff8896 commit 5b73f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(home)/components/HomeSection/HomeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const HomeSection = ({
return (
<div
className={cn(
`${bg} w-screen ${flex} ${slantBeforeFix} ${slantAfterFix} ${slant}`,
`${bg} w-screen ${flex} ${slantBeforeFix} ${slantAfterFix} ${slant} overflow-hidden`,
className
)}
>
Expand Down

0 comments on commit 5b73f54

Please sign in to comment.