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

View File

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