Skip to content

Commit

Permalink
fix: hide unnecessary scrollbar in profilepage (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-rath02 committed Jul 3, 2023
1 parent ac9c674 commit 770f999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ContributorProfileTab = ({

return (
<Tabs defaultValue={uppercaseFirst(currentPathname as string)} className="" onValueChange={handleTabUrl}>
<TabsList className="justify-start w-full overflow-x-scroll border-b">
<TabsList className="justify-start w-full overflow-x-auto border-b">
{tabLinks.map((tab) => (
<TabsTrigger
key={tab}
Expand Down

0 comments on commit 770f999

Please sign in to comment.