fix editor height

pull/5022/head
Quincy Larson 2015-12-04 21:47:30 -06:00
parent 3462ba791e
commit 615f553fd2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ window.common = (function({ common = { init: [] }}) {
if (magiVal < 0) {
magiVal = 0;
}
$('.editorScrollDiv').css('height', magiVal - 85 + 'px');
$('.editorScrollDiv').css('height', magiVal - 50 + 'px');
}
magiVal = $(window).height() - $('.navbar').height();