diff --git a/UI/WebServerResources/UIxMailEditor.js b/UI/WebServerResources/UIxMailEditor.js index 5b0c84e44..d0a78a9fd 100644 --- a/UI/WebServerResources/UIxMailEditor.js +++ b/UI/WebServerResources/UIxMailEditor.js @@ -749,7 +749,8 @@ function onWindowResize(event) { var height = Math.floor(window.height() - editor.offsetTop); if (Prototype.Browser.IE) { - editor.style.top = 0; + editor.style.width = ''; + editor.style.height = ''; height += 3; }