mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 08:22:46 +08:00
Fix broken tooltip in index pane
This commit is contained in:
parent
420eb9782e
commit
06d976adba
|
@ -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…
Reference in New Issue
Block a user