Coerce the iframe to fill the Modal a little better. (#2229)
This commit is contained in:
@@ -30,6 +30,7 @@ export const Modal: FC<ModalProps> = ({
|
|||||||
const modalStyle = {
|
const modalStyle = {
|
||||||
padding: '0px',
|
padding: '0px',
|
||||||
minHeight: height,
|
minHeight: height,
|
||||||
|
height: height ?? '100%',
|
||||||
};
|
};
|
||||||
|
|
||||||
const iframe = url && (
|
const iframe = url && (
|
||||||
|
|||||||
Reference in New Issue
Block a user