Skip to content

Commit

Permalink
fix z index
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Apr 9, 2024
1 parent 131f0f5 commit c6fb979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/explore/TokensFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const TokensFilter = ({ tokens }: { tokens: TokenPageWithData[] }) => {
/>
<MagnifyingGlassIcon className="absolute left-2 top-3 h-4 w-4 text-th-fgd-3" />
{filteredTokens.length && searchString.length > 1 ? (
<div className="absolute z-20 top-12 bg-th-bkg-2 rounded-lg p-4 space-y-3 w-full">
<div className="absolute z-30 top-12 bg-th-bkg-2 rounded-lg p-4 space-y-3 w-full">
{filteredTokens.map((token) => (
<Link
className="flex items-center justify-between text-th-fgd-2 md:hover:text-th-active"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit c6fb979

Please sign in to comment.