fix: add user tooltips to body

so they don't get cutoff  in containers with overflow:hidden
This commit is contained in:
Barış Soner Uşaklı
2020-09-18 21:28:52 -04:00
parent e6ea208c06
commit 047c414841

View File

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