fixes composer maximizing

v1.18.x
psychobunny 10 years ago
parent fcc8093fa6
commit 1ec1c5a366

@ -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');
}
}

Loading…
Cancel
Save