fix(paymee-iframe): fix iframe paymee

pull/85/head
Rakov Roman 3 years ago
parent eb4a368ad1
commit 749491521a
  1. 1
      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;

Loading…
Cancel
Save