fixes composer maximizing

This commit is contained in:
psychobunny
2015-03-09 15:05:48 -04:00
parent fcc8093fa6
commit 1ec1c5a366

View File

@@ -21,7 +21,7 @@ define('composer/resize', function() {
if (percentage) {
if (env === 'md' || env === 'lg') {
postContainer.css('height', Math.floor($(window).height() * percentage) + 'px');
postContainer.height(Math.floor($(window).height() * percentage) + 'px');
}
}