frio: append bs tooltip to body element
This commit is contained in:
parent
875110ab27
commit
24a58ab2e6
|
@ -100,6 +100,7 @@ $(document).ready(function(){
|
||||||
// initialize the bootstrap tooltips
|
// initialize the bootstrap tooltips
|
||||||
$('body').tooltip({
|
$('body').tooltip({
|
||||||
selector: '[data-toggle="tooltip"]',
|
selector: '[data-toggle="tooltip"]',
|
||||||
|
container: 'body',
|
||||||
animation: true,
|
animation: true,
|
||||||
html: true,
|
html: true,
|
||||||
placement: 'auto',
|
placement: 'auto',
|
||||||
|
|
Loading…
Reference in a new issue