When using Tooltips inside .table-responsive, they flicker as can be seen on this [codepen example](https://codepen.io/anon/pen/oMvdpY). It can be fixed by placing `overflow: visible` on `.table-reponsive` but that breaks table's responsivity.