Tooltip flickers while inside .table-responsive
Created by: simPod
When using Tooltips inside .table-responsive, they flicker as can be seen on this codepen example.
It can be fixed by placing overflow: visible
on .table-reponsive
but that breaks table's responsivity.