Skip to content

Commit

Permalink
fix(docs): zIndex issue in chain dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Nov 27, 2023
1 parent fb38ca5 commit 5802cbc
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 5802cbc

Please sign in to comment.