mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Toggle cell appends tooltip to body
This commit is contained in:
parent
9d0501816c
commit
cf6512bc57
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue