UX: fix position of the topic entrance box

This commit is contained in:
Régis Hanol 2014-10-29 08:36:52 +01:00
parent 7327dbc7cc
commit a6972fe543
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default Ember.Component.extend({
this.sendAction('action', {
topic: topic,
position: this.$('a').position()
position: this.$('a').offset()
});
return false;