Fix tab bar overlap on mobile

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 13:43:53 +00:00
parent 1aac247a44
commit 49955d48e4

View File

@@ -12,7 +12,7 @@ const TabsList = React.forwardRef<
<TabsPrimitive.List <TabsPrimitive.List
ref={ref} ref={ref}
className={cn( className={cn(
"inline-flex h-10 items-center justify-center rounded-md bg-muted p-1 text-muted-foreground", "inline-flex h-auto min-h-10 items-center justify-center rounded-md bg-muted p-1 text-muted-foreground",
className, className,
)} )}
{...props} {...props}