I am working on a react project and in that I am using a table library, when used inside the project wherever table is rendered it has overflow: hidden
property, beacuse of this reason for component like dropdown menu, it hides the overflowing part of the component, but I don’t want to let this happen. How can I fix this?
I have tried using position absoltue along with z-index, but that doesn’t work, it still hides the content.
Shivam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.