Skip to content

Commit

Permalink
fixed horizontal scrollbar in app category group #2
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Oct 5, 2024
1 parent 6e9b7ba commit ec89e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app_groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function AppGroups() {
{category}
</h2>
</CardHeader>
<CardBody className="p-0 m-0 w-full">
<CardBody className="p-0 m-0 w-full overflow-x-clip">
<Spacer y={1} />
<ResponsiveMasonry
className="flex gap-4"
Expand Down

0 comments on commit ec89e79

Please sign in to comment.