fix(paymee-iframe): fix iframe paymee #85

Merged
andrey.dekterev merged 1 commits from ott-hot-fix-paymee-iframe into develop 3 years ago
  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