Skip to content

Commit

Permalink
fix: avoid clipping by aggregate footer (#9403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrazak2001 authored Jan 8, 2025
1 parent 4f7fa7a commit 3198748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3198748

Please sign in to comment.