mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-24 01:46:51 +01:00
Fix for editor scrollbar issue
This commit is contained in:
@@ -169,6 +169,7 @@ var editor = {
|
||||
|
||||
resize : function(id){
|
||||
editor_instance[id].resize();
|
||||
$('.editor').css({'width':$(window).outerWidth()-310+'px','height':$(window).outerHeight()+'px'});
|
||||
},
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user