mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04: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:
@@ -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');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user