Skip to content

Commit

Permalink
consider scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rajat19 committed Oct 18, 2024
1 parent f991f4c commit 971a563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const GridPanelAnchor = styled('div')({
position: 'absolute',
top: `var(--DataGrid-headersTotalHeight)`,
left: 0,
width: '100%',
width: 'calc(100% - (var(--DataGrid-hasScrollY) * var(--DataGrid-scrollbarSize)))',
});

type OwnerState = DataGridProcessedProps;
Expand Down

0 comments on commit 971a563

Please sign in to comment.