Add z-index for the close button in a pop-up with form

[MAILPOET-3195]
This commit is contained in:
Jan Lysý
2020-11-11 09:55:53 +01:00
committed by Veljko V
parent 35149f6fa8
commit 858d9c0ba7

View File

@ -282,6 +282,7 @@ div.mailpoet_form_popup {
position: absolute;
right: 10px;
top: 10px;
z-index: 100002;
}
div.mailpoet_form_fixed_bar {