Is there a way to remove the vertical gaps between header cells in the MUI table?
To see an example of the issue, check out this codesandbox link: https://codesandbox.io/s/mui-material-table-sticky-header-forked-euilo3?file=/tsconfig.json
I have attempted to fix it by applying these styles:
border: "none",
borderCollapse: "collapse",
margin: 0,
The problem seems to occur only at certain resolutions and when scrolling through the table. https://i.stack.imgur.com/nBGbl.png