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:
parent
03320976c3
commit
d2ef15455e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user