fix: add user tooltips to body

so they don't get cutoff  in containers with overflow:hidden
v1.18.x
Barış Soner Uşaklı 4 years ago
parent e6ea208c06
commit 047c414841

@ -195,6 +195,7 @@ app.cacheBuster = null;
$(this).tooltip({ $(this).tooltip({
placement: placement || $(this).attr('title-placement') || 'top', placement: placement || $(this).attr('title-placement') || 'top',
title: $(this).attr('title'), title: $(this).attr('title'),
container: 'body',
}); });
}); });
}; };

Loading…
Cancel
Save