1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

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); }, 100);
if (this.get('discussion.isUnread')) { if (this.get('discussion.isUnread')) {
this.$().find('.count').tooltip(); this.$().find('.count').tooltip({container: 'body'});
} }
// var view = this; // var view = this;