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:
@ -16,7 +16,7 @@ const StyledTd = styled.td`
|
||||
const StyledTableRow = styled.tr<{
|
||||
hasHorizontalOverflow?: boolean;
|
||||
}>`
|
||||
z-index: 5;
|
||||
z-index: 6;
|
||||
position: sticky;
|
||||
border: none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user