i have many pages with tables and alot of tooltips ...
the problem is that the tooltip works well in some pages
.. but in some other pages it has a positioning problem that seems impossible to solve ...
i have tried adding the container:'body' but it didn't work .. also tried container:'#app' and the same problem still there ..
the code for the both of them is the same ..
<a title="show" href="#" v-b-tooltip.hover.top="'Show'">
<span class="pcoded-micon">
<i class="fa fa-eye fa-lg mx-2"></i>
</span>
</a>
span.pcoded-micon
then might be the issue. Replace padding-left with margin-left. – dRoyson