Skip to content

Commit

Permalink
tabs scroll if no other way
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 12, 2023
1 parent bdb0fa3 commit edeba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/panels/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Tabs({ children, className }: TabsProps): JSX.Element {
return (
<div
className={clsx(
'flex items-start flex-nowrap text-sm font-medium text-center text-gray-500 dark:border-gray-700 dark:text-gray-400 space-x-2 w-auto',
'flex items-start flex-nowrap text-sm font-medium text-center text-gray-500 dark:border-gray-700 dark:text-gray-400 space-x-2 w-auto overflow-y-auto',
className
)}
>
Expand Down

0 comments on commit edeba89

Please sign in to comment.