visions:
I use ag-grid to frozen the first two column of table, and then overwrite tooltip width which is longer than the second column. Then it looks like this:
the right of tooltip was covered by columns.
I tried to set
z-index: 99999 !import
but not work. Does anyone know?
Append tooltip to body.
<button type="button" class="btn btn-success"
tooltip="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."
container="body">
Add container="body" attribute with the tooltip.