I talked with bootstrap team and they gave me this solution
Add this property in css: transform: translate3d(0px, 0px, 0px);
I talked with bootstrap team and they gave me this solution
Add this property in css: transform: translate3d(0px, 0px, 0px);
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.
Please edit into the question the code you have tried.
Try to add
Yes, it’s working I have added this property over the table responsive and set dropdown position to fixed. Thanks, Dhaval