mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Tooltips are now attached to body all the time
This commit is contained in:
parent
a1abcbcd40
commit
0acea5a22c
7 changed files with 8 additions and 9 deletions
|
@ -71,7 +71,8 @@ require.config({
|
|||
],
|
||||
init: function ($) {
|
||||
$('body').tooltip({
|
||||
selector: '[title]'
|
||||
selector: '[title]',
|
||||
container: 'body'
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue