mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Tooltips are now attached to body all the time
This commit is contained in:
@@ -34,7 +34,6 @@ 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