mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix position of the topic entrance box
This commit is contained in:
parent
7327dbc7cc
commit
a6972fe543
@ -43,7 +43,7 @@ export default Ember.Component.extend({
|
||||
|
||||
this.sendAction('action', {
|
||||
topic: topic,
|
||||
position: this.$('a').position()
|
||||
position: this.$('a').offset()
|
||||
});
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user