mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Tooltips are now attached to body all the time
This commit is contained in:
@@ -71,7 +71,8 @@ require.config({
|
||||
],
|
||||
init: function ($) {
|
||||
$('body').tooltip({
|
||||
selector: '[title]'
|
||||
selector: '[title]',
|
||||
container: 'body'
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user