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