Fix record name column overlapping table footer on horizontal scroll (#11937)

https://github.com/user-attachments/assets/0a119cc4-2085-4cec-967e-61827f938f24



Closes #11889
This commit is contained in:
Abdul Rahman
2025-05-08 18:46:22 +05:30
committed by GitHub
parent 51f7f55b9d
commit 1a761e39a9

View File

@ -16,7 +16,7 @@ const StyledTd = styled.td`
const StyledTableRow = styled.tr<{
hasHorizontalOverflow?: boolean;
}>`
z-index: 5;
z-index: 6;
position: sticky;
border: none;