From 749491521a4511fbf0e20aece94744bd343dbed3 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Fri, 17 Feb 2023 12:20:04 +0300 Subject: [PATCH] fix(paymee-iframe): fix iframe paymee --- src/features/BuyMatchPopup/components/IframePayment/styled.tsx | 1 + 1 file changed, 1 insertion(+) 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;