fix editor height

This commit is contained in:
Quincy Larson
2015-12-04 21:47:30 -06:00
parent 3462ba791e
commit 615f553fd2

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();