OH NO I DIDN'T

This commit is contained in:
Robin Ward 2015-09-01 16:19:47 -04:00
parent 88e44542f5
commit d18b02d53b
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ export default Ember.Component.extend({
if (contentHeight + (offsetTop - scrollTop) + PANEL_BODY_MARGIN > fullHeight) {
contentHeight = fullHeight - (offsetTop - scrollTop) - PANEL_BODY_MARGIN;
}
console.log(contentHeight);
$panelBody.height(contentHeight);
$('body').addClass('drop-down-visible');
} else {