Skip to content

Commit

Permalink
fix: pagination-overlap (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
OverRevvv authored Nov 1, 2023
1 parent 23bce1a commit 6111366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[category]/[...subcategory].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const SubCategory: NextPage<PageProps> = ({ subcategory }) => {
className="relative min-h-[calc(100%-68px)] w-full pt-[85px] pb-4 md:min-h-[calc(100%-76px)] md:px-10 md:pt-10"
>
{content}
<div className="min-w-full h-10 py-5"/>
<Pagination
totalPages={totalPages}
currentPage={currentPage}
Expand Down

1 comment on commit 6111366

@vercel
Copy link

@vercel vercel bot commented on 6111366 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.