Revert "Fix last record row cells are cropped when selected (#9678)" (#9722)

This reverts commit 446bbdbd96.
This commit is contained in:
Marie
2025-01-17 16:32:36 +01:00
committed by GitHub
parent 6bd0244045
commit 3f372c0edf
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ const StyledBaseContainer = styled.div<{
outline: ${({ hasSoftFocus, fontColorExtraLight }) =>
hasSoftFocus ? `1px solid ${fontColorExtraLight}` : 'none'};
z-index: 5;
`;
export const RecordTableCellBaseContainer = ({

View File

@ -51,7 +51,7 @@ const StyledTableRow = styled.tr<{
}
}
position: sticky;
z-index: 4;
z-index: 5;
background: ${({ theme }) => theme.background.primary};
${({ endOfTableSticky, hasHorizontalOverflow }) =>
endOfTableSticky &&