finish qa-ing removal of angular

This commit is contained in:
Quincy Larson
2015-12-04 19:21:19 -06:00
parent 7e9d65675a
commit 676ef0e253
3 changed files with 3 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ window.common = (function({ common = { init: [] }}) {
$('.scroll-locker')
.css('min-height', $('.editorScrollDiv').height())
.css('height', magiVal - 185);
.css('height', magiVal - 50);
} else {
$('.editorScrollDiv').css('max-height', 500 + 'px');
@@ -30,7 +30,7 @@ window.common = (function({ common = { init: [] }}) {
.css('position', 'inherit')
.css('top', 'inherit')
.css('width', '100%')
.css('max-height', '85%');
.css('max-height', '100%');
}
};