mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
remove hardcoded left: auto
This commit is contained in:
parent
9224afacaf
commit
20c8bb0494
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue