mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Toggle cell appends tooltip to body
This commit is contained in:
@@ -46,6 +46,7 @@ define(
|
|||||||
|
|
||||||
if (tooltip) {
|
if (tooltip) {
|
||||||
this.$el.attr('title', tooltip);
|
this.$el.attr('title', tooltip);
|
||||||
|
this.$el.attr('data-container', 'body');
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
Reference in New Issue
Block a user