Fix body scrolling when modal is displayed
[MAILPOET-1510]
This commit is contained in:
@@ -458,10 +458,12 @@ define('modal', ['mailpoet', 'jquery'],
|
||||
},
|
||||
showOverlay: function () {
|
||||
jQuery('#mailpoet_modal_overlay').show();
|
||||
jQuery('body').addClass('mailpoet_modal_opened');
|
||||
return this;
|
||||
},
|
||||
hideOverlay: function () {
|
||||
jQuery('#mailpoet_modal_overlay').hide();
|
||||
jQuery('body').removeClass('mailpoet_modal_opened');
|
||||
return this;
|
||||
},
|
||||
popup: function (opts) {
|
||||
|
Reference in New Issue
Block a user