remove hardcoded left: auto
This commit is contained in:
parent
9224afacaf
commit
20c8bb0494
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue