mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Tooltip fixes
Fixed: Tooltips for toolbar buttons Fixed: Tooltips for episode search from series details
This commit is contained in:
@@ -34,6 +34,7 @@ define(
|
||||
|
||||
if (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