1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 15:35:38 +02:00

Fix broken tooltip in index pane

This commit is contained in:
Toby Zerner 2015-02-03 18:41:54 +10:30
parent 03320976c3
commit d2ef15455e

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;