mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
This should fix the sticky tooltip issues
Lost some control over positioning based on parents, but we can add data attributes if required
This commit is contained in:
parent
78297e62b2
commit
c132d54ff7
2 changed files with 4 additions and 18 deletions
|
@ -30,7 +30,8 @@ define(
|
|||
}
|
||||
|
||||
if (this.model.get('tooltip')) {
|
||||
this.$el.attr('title', this.model.get('tooltip'))
|
||||
this.$el.attr('title', this.model.get('tooltip'));
|
||||
this.$el.attr('data-container', 'body');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue