mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 00:47:47 +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%');
|
$panelBody.height('100%');
|
||||||
this.$().css({ left: "auto", top: (menuTop) + "px", height });
|
this.$().css({ top: menuTop + "px", height });
|
||||||
$('body').removeClass('drop-down-visible');
|
$('body').removeClass('drop-down-visible');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user