From ea2d3f18a3d6d65a8a7a41efc631ecae9a0c8f58 Mon Sep 17 00:00:00 2001 From: Kent Safranski Date: Fri, 14 Sep 2012 08:49:52 -0500 Subject: [PATCH] Fix for editor scrollbar issue --- components/editor/init.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/editor/init.js b/components/editor/init.js index afffcf4..47c2e73 100644 --- a/components/editor/init.js +++ b/components/editor/init.js @@ -169,6 +169,7 @@ var editor = { resize : function(id){ editor_instance[id].resize(); + $('.editor').css({'width':$(window).outerWidth()-310+'px','height':$(window).outerHeight()+'px'}); }, //////////////////////////////////////////////////////////////////