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 = {
|
||||
padding: '0px',
|
||||
minHeight: height,
|
||||
height: height ?? '100%',
|
||||
};
|
||||
|
||||
const iframe = url && (
|
||||
|
||||
Reference in New Issue
Block a user