Skip to content

Commit

Permalink
fix: Toolbar overflow style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jan 17, 2024
1 parent 6fcda2e commit 6b15a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/filters/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Toolbar = ({ searchParams }: IToolbarProps) => {
>
<div className="container mx-auto max-w-7xl px-6 pt-6 flex flex-col gap-4">
<div className="flex flex-col gap-4 items-start overflow-hidden lg:flex-row lg:items-center">
<div className="flex flex-nowrap overflow-x-auto gap-4 w-full sm:w-auto">
<div className="flex flex-nowrap overflow-x-auto overflow-y-hidden gap-4 w-full sm:w-auto xl:overflow-visible">
<SelectFilter
placeholder="Languages"
mainEmoji="🌐"
Expand Down

0 comments on commit 6b15a6a

Please sign in to comment.