mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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