This reverts commit 446bbdbd96.
This commit is contained in:
@ -33,7 +33,6 @@ const StyledBaseContainer = styled.div<{
|
||||
|
||||
outline: ${({ hasSoftFocus, fontColorExtraLight }) =>
|
||||
hasSoftFocus ? `1px solid ${fontColorExtraLight}` : 'none'};
|
||||
z-index: 5;
|
||||
`;
|
||||
|
||||
export const RecordTableCellBaseContainer = ({
|
||||
|
||||
@ -51,7 +51,7 @@ const StyledTableRow = styled.tr<{
|
||||
}
|
||||
}
|
||||
position: sticky;
|
||||
z-index: 4;
|
||||
z-index: 5;
|
||||
background: ${({ theme }) => theme.background.primary};
|
||||
${({ endOfTableSticky, hasHorizontalOverflow }) =>
|
||||
endOfTableSticky &&
|
||||
|
||||
Reference in New Issue
Block a user