diff --git a/src/features/BuyMatchPopup/components/IframePayment/styled.tsx b/src/features/BuyMatchPopup/components/IframePayment/styled.tsx index fca77c7f..e18a07d8 100644 --- a/src/features/BuyMatchPopup/components/IframePayment/styled.tsx +++ b/src/features/BuyMatchPopup/components/IframePayment/styled.tsx @@ -7,6 +7,7 @@ import { Modal as BaseModal } from 'features/Modal' export const ScModal = styled(BaseModal)` background-color: rgba(0, 0, 0, 0.7); + z-index: 53; ${ModalWindow} { width: 800px;