Prepare tooltip for next bootstrap version (as in 1fed9834b3
)
This commit is contained in:
parent
ac1341d5b0
commit
10d1615cd8
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
$('[data-toggle~="tooltip"]', context).tooltip({
|
$('[data-toggle~="tooltip"]', context).tooltip({
|
||||||
animation: false,
|
animation: false,
|
||||||
html: true,
|
html: true,
|
||||||
placement: 'left'
|
placement: 'left',
|
||||||
|
container: 'body'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue