fix: avoid clipping by aggregate footer (#9403)

fixes #9352 

![image](https://github.com/user-attachments/assets/f62b2324-d95c-4d7e-9c21-69d36427c7b1)
This commit is contained in:
Mohammed Abdul Razak Wahab
2025-01-08 14:36:27 +05:30
committed by GitHub
parent 4f7fa7adcd
commit 3198748401

View File

@ -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 = {