Skip to content

Commit

Permalink
tweaked z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jan 19, 2024
1 parent 62c8272 commit 08afd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PairSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function PairSelector() {
tabIndex={0}
className={
`options ${isOpen ? "" : "hidden"}` +
" dropdown-content z-[1] menu bg-base-200 shadow rounded-box w-full !my-0 !p-0"
" dropdown-content z-10 menu bg-base-200 shadow rounded-box w-full !my-0 !p-0"
}
>
{filter(options).map((option, index) => {
Expand Down

0 comments on commit 08afd4c

Please sign in to comment.