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

This commit is contained in:
Matthew Heller 2022-10-19 17:44:24 -05:00 committed by GitHub
parent 18537f0554
commit b8ce91d39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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