htmlresponsive

How to open overlay dropdown for outside of responsive table?


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.

Responsive "overflow: hidden" property is hiding that dropdown


Solution

  • I talked with bootstrap team and they gave me this solution

    Add this property in css: transform: translate3d(0px, 0px, 0px);