Skip to content

Commit

Permalink
chore(Tabs): remove position relative from Tab btn
Browse files Browse the repository at this point in the history
This css attr seems to be unnecessary and it's breaking the focus
outline styles on parent components. For instance, when
HorizontalScroll wraps a TabList.
  • Loading branch information
mvidalgarcia committed Jan 28, 2025
1 parent 821f971 commit 6a4093e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Tab = ({
"flex flex-1 flex-row items-center justify-between",
"appearance-none border-0",
"min-w-fit",
"relative box-border",
"box-border",
"font-base font-medium",
"rounded-t-100",
"duration-fast transition-colors ease-in-out",
Expand Down

0 comments on commit 6a4093e

Please sign in to comment.