Skip to content

Commit

Permalink
Fix zIndex for approval modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vladanthales committed Mar 17, 2023
1 parent 0aa337b commit 7a90852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApprovalModal/ApprovalModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ApprovalModal: React.FC<ApprovalModalProps> = ({
title={t('common.enable-wallet-access.approve-label', { currencyKey: tokenSymbol })}
onClose={onClose}
shouldCloseOnOverlayClick={false}
customStyle={{ overlay: { zIndex: 3 } }}
customStyle={{ overlay: { zIndex: 201 } }}
>
<Container>
<CheckboxContainer>
Expand Down

0 comments on commit 7a90852

Please sign in to comment.