Fix for editor scrollbar issue

This commit is contained in:
Kent Safranski
2012-09-14 08:49:52 -05:00
parent 8406755a32
commit ea2d3f18a3

View File

@@ -169,6 +169,7 @@ var editor = {
resize : function(id){
editor_instance[id].resize();
$('.editor').css({'width':$(window).outerWidth()-310+'px','height':$(window).outerHeight()+'px'});
},
//////////////////////////////////////////////////////////////////