Display preview modal over helpscout beacon

[MAILPOET-2743]
This commit is contained in:
Rostislav Wolny
2020-04-21 13:14:41 +02:00
committed by Veljko V
parent 599dfb67fe
commit e467230b5b
2 changed files with 5 additions and 0 deletions

View File

@@ -63,3 +63,7 @@
width: 100%;
}
}
.mailpoet_form_preview_modal_overlay {
z-index: 100010; // Boosted z-index to cover Helpscout beacon
}

View File

@@ -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">