PagePresentationModal.module.scss 155 B

1234567891011
  1. .grw-presentation-modal :global {
  2. .modal-body {
  3. background: black;
  4. iframe {
  5. width: 100%;
  6. height: 100%;
  7. border: 0;
  8. }
  9. }
  10. }