Skip to content

Commit

Permalink
fix: Unnecesary X-Scrollbar in tablist (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored Oct 16, 2023
1 parent c8c5ffc commit 9d72aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TabList/tab-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TabList: React.FC<NavProps> = ({ tabList, pageId, selectedTab }) => {
aria-orientation="horizontal"
aria-label="Browse the tools"
tabIndex={0}
className="tool-list-nav flex w-full overflow-x-auto overflow-y-hidden gap-2 px-4 md:px-16 bg-light-slate-3 border-b pt-3"
className="tool-list-nav flex w-full overflow-x-auto overflow-y-hidden gap-2 px-4 bg-light-slate-3 border-b pt-3"
>
{tabList.map((tab, index) => (
<div
Expand Down

0 comments on commit 9d72aeb

Please sign in to comment.