mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
OH NO I DIDN'T
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user