mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
remove hardcoded left: auto
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user