Skip to content

Commit

Permalink
fix: overflow visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jul 12, 2024
1 parent 064c980 commit 85ee1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vaults-v3/components/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function Filters({
<div
className={cl(
'grid grid-cols-1 gap-6 md:grid-cols-3',
shouldExpandFilters ? 'h-auto' : 'h-0 overflow-hidden md:h-auto md:overflow-auto'
shouldExpandFilters ? 'h-auto' : 'h-0 overflow-hidden md:h-auto md:overflow-visible'
)}>
<div className={'w-full'}>
<p className={'pb-2 text-[#757CA6]'}>{'Select Blockchain'}</p>
Expand Down

0 comments on commit 85ee1ec

Please sign in to comment.