mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 19:06:14 +08:00
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
Block a user