mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Toggle cell appends tooltip to body
This commit is contained in:
parent
9d0501816c
commit
cf6512bc57
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user