I have successfully implemented a sticky table header, but I am encountering an issue with the select element integrated into my table:
View before scrolling the table
View after scrolling the table
As you can see, the select element overlaps with the table header. How can I resolve this?
The select component being used is react-responsive-select from https://www.npmjs.com/package/react-responsive-select