Added container to the tooltip invocation

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-08-08 18:52:26 +01:00
parent 9e6f23c8c7
commit 40aca9709a

View file

@ -973,7 +973,12 @@
$(function () {
$('[data-tooltip="true"]').tooltip();
// Invoke Bootstrap 3's tooltip
$('[data-tooltip="true"]').tooltip({
container: 'body',
animation: true,
});
$('[data-toggle="popover"]').popover();
$('.select2 span').addClass('needsclick');
$('.select2 span').removeAttr('title');