fix: change user tooltip container to content

v1.18.x
Barış Soner Uşaklı 5 years ago
parent fe2dc3101e
commit 02a48e1c64

@ -195,7 +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', container: '#content',
}); });
}); });
}; };

Loading…
Cancel
Save