diff --git a/src/js/editormd.js b/src/js/editormd.js index f5b0b5e..dc22732 100644 --- a/src/js/editormd.js +++ b/src/js/editormd.js @@ -740,7 +740,7 @@ */ hideInfoDialog : function() { - $("html,body").css("overflow-x", null); + $("html,body").css("overflow-x", ""); this.editor.find("." + this.classPrefix + "dialog-info").fadeOut(); return this; @@ -1318,7 +1318,7 @@ this.toolbar.find(".fa[name=fullscreen]").parent().removeClass("active"); - $("html,body").css("overflow", null); + $("html,body").css("overflow", ""); editor.css({ position : "",