Browse Source

Coerce the iframe to fill the Modal a little better. (#2229)

pull/2232/head
Matthew Heller 3 years ago committed by GitHub
parent
commit
b8ce91d39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/components/ui/Modal/Modal.tsx

1
web/components/ui/Modal/Modal.tsx

@ -30,6 +30,7 @@ export const Modal: FC<ModalProps> = ({ @@ -30,6 +30,7 @@ export const Modal: FC<ModalProps> = ({
const modalStyle = {
padding: '0px',
minHeight: height,
height: height ?? '100%',
};
const iframe = url && (

Loading…
Cancel
Save