Skip to content

Commit

Permalink
fix: update ScrollArea className for better width handling (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu authored Jan 20, 2025
1 parent 437a790 commit ca47409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function Component() {
}}
className="max-w-full"
>
<ScrollArea.ScrollArea orientation="horizontal" rootClassName="max-w-full">
<ScrollArea.ScrollArea orientation="horizontal" rootClassName="max-w-max">
<TabsList className="relative w-full">
{currentTabs.map((tab) => (
<TabsTrigger
Expand Down

0 comments on commit ca47409

Please sign in to comment.