fix: avoid clipping by aggregate footer (#9403)
fixes #9352 
This commit is contained in:
committed by
GitHub
parent
4f7fa7adcd
commit
3198748401
@ -9,7 +9,7 @@ const StyledEditableCellEditModeContainer = styled.div<RecordTableCellEditModePr
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
width: calc(100% + 2px);
|
||||
z-index: 1;
|
||||
z-index: 6;
|
||||
`;
|
||||
|
||||
export type RecordTableCellEditModeProps = {
|
||||
|
||||
Reference in New Issue
Block a user