We are using Salesforce and we have a custom component that has a drop down combo box. The dropdown never extends beyond the component. I have tried using dev tools to see what the issue is. At the dropdown div I added the overflow visible style but it is still clipped. I've gone through the HTML tree and can't find an overflow:hidden which is something I read that can cause this issue in css. I was unable to find any clip-paths either.
The drop down auto-computed height seems to be correct and would allow it to overflow the control but it is still being clipped.
What else could I look at or try to override in the dev tools to see why something is getting clipped on an html page?
Top comments (0)