Fix broken tooltip in index pane

This commit is contained in:
Toby Zerner 2015-02-03 18:41:54 +10:30
parent 420eb9782e
commit 06d976adba

View File

@ -57,7 +57,7 @@ export default Ember.Component.extend({
}, 100);
if (this.get('discussion.isUnread')) {
this.$().find('.count').tooltip();
this.$().find('.count').tooltip({container: 'body'});
}
// var view = this;