Skip to content

Commit

Permalink
chore: make tabs scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 25, 2024
1 parent 957df47 commit cd8f7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TabComponent = ({ tabs, content }) => {

return (
<div id="tab" dir="ltr" className="w-full mt-10 rtl">
<div className="flex border-b flex-row-reverse">
<div className="flex overflow-auto border-b flex-row-reverse">
{tabs.map((tab, index) =>
<button
key={index}
Expand Down

0 comments on commit cd8f7f7

Please sign in to comment.