fix tooltip after bootstrap update
This commit is contained in:
parent
ccea97c2b3
commit
1fed9834b3
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@
|
|||
$('[data-toggle~="tooltip"]', context).tooltip({
|
||||
animation: false,
|
||||
html: true,
|
||||
placement: 'left'
|
||||
placement: 'left',
|
||||
container: 'body' // or they become a cell in the table
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue