EightfoldAI / octuple

The Octuple component library
MIT License
17 stars 51 forks source link

Sortable table headers overlap with each other when scrollable #854

Open anema-eightfold opened 2 months ago

anema-eightfold commented 2 months ago

Issue: Sortable table headers have similar z-index even when sticky. If the two sibling headers overlap (ex - in small screens), the later one in hierarchy overlaps with the previous one (ex - in case of sticky headers)

Reproduction: https://codesandbox.io/p/sandbox/table-sticky-header-sd3r6r?file=%2Fsrc%2FApp.js