Fixes for Gutenberg modal
This commit is contained in:
@@ -36,10 +36,11 @@ class SelectDialog extends React.Component<IDialogProps> {
|
||||
onRequestClose={ () => this.props.setOpen( false ) }
|
||||
shouldCloseOnClickOutside={ false }
|
||||
>
|
||||
<FocusableIframe
|
||||
<iframe
|
||||
style={ { width: '500px', height: '500px', display: 'block' } }
|
||||
src={ `${ baseUrl }/integrations/cms` }
|
||||
></FocusableIframe>
|
||||
title="Choose a Form"
|
||||
></iframe>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user