In my case, I have used bootstrap dropdown multi-select inside td where I have also use table responsive class just because of it the dropdown not showing properly. responsive "overflow: hidden" property is hiding that dropdown. Please check below screenshot.
I talked with bootstrap team and they gave me this solution
Add this property in css: transform: translate3d(0px, 0px, 0px);