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