Skip to content

Commit

Permalink
[DataGrid] Fix GridPanelAnchor positioning (#15022)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rajat19 authored Oct 21, 2024
1 parent 361602b commit 922c8d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const GridPanelAnchor = styled('div')({
position: 'absolute',
top: `var(--DataGrid-headersTotalHeight)`,
left: 0,
width: 'calc(100% - (var(--DataGrid-hasScrollY) * var(--DataGrid-scrollbarSize)))',
});

type OwnerState = DataGridProcessedProps;
Expand Down

0 comments on commit 922c8d0

Please sign in to comment.