Skip to content

Commit

Permalink
Fix:delaog zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-icnaming committed Dec 28, 2021
1 parent d1b8daa commit 88a3aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ConnectWallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const ConnectWallets: React.FC<propsType> = ({ visible, hide }) => {
<Modal
show={visible}
onHide={hide}
style={{zIndex:1111}}
>
<Modal.Header>
<Modal.Title className="fz-18 connectwallettitle">Select a Wallet</Modal.Title>
Expand Down

0 comments on commit 88a3aa3

Please sign in to comment.