remove hardcoded left: auto

This commit is contained in:
scossar 2015-09-10 11:46:02 -07:00
parent 9224afacaf
commit 20c8bb0494

View file

@ -54,7 +54,7 @@ export default Ember.Component.extend({
}
$panelBody.height('100%');
this.$().css({ left: "auto", top: (menuTop) + "px", height });
this.$().css({ top: menuTop + "px", height });
$('body').removeClass('drop-down-visible');
}