Skip to content

Commit

Permalink
Merge pull request #369 from cosmology-tech/fix/docs-zindex-dropdown-…
Browse files Browse the repository at this point in the history
…issue

fix(docs): zIndex issue in chain dropdown
  • Loading branch information
liujun93 authored Nov 27, 2023
2 parents fb38ca5 + 5802cbc commit 7df22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/components/react/chain-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const ChangeChainDropdown = ({
onChange,
}: ChangeChainDropdownType) => {
return (
<Box w="full" position="relative" zIndex={150}>
<Box w="full" position="relative">
<SelectOptions data={data} value={selectedItem} onChange={onChange} />
</Box>
);
Expand Down

0 comments on commit 7df22ab

Please sign in to comment.