Display preview modal over helpscout beacon
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
599dfb67fe
commit
e467230b5b
@@ -63,3 +63,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet_form_preview_modal_overlay {
|
||||
z-index: 100010; // Boosted z-index to cover Helpscout beacon
|
||||
}
|
||||
|
@@ -108,6 +108,7 @@ const FormPreview = () => {
|
||||
onRequestClose={hidePreview}
|
||||
fullScreen
|
||||
contentClassName="mailpoet_form_preview_modal"
|
||||
overlayClassName="mailpoet_form_preview_modal_overlay"
|
||||
>
|
||||
{!previewDataSaved && (
|
||||
<div className="mailpoet_spinner_wrapper">
|
||||
|
Reference in New Issue
Block a user