Skip to content

Commit

Permalink
[DataGrid] Fix wrong offset for right-pinned columns when toggling da…
Browse files Browse the repository at this point in the history
…rk/light modes (mui#12233)
  • Loading branch information
cherniavskii authored and thomasmoon committed Sep 6, 2024
1 parent 09b0117 commit 3de5d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface GetHeadersParams {

const SpaceFiller = styled('div')({
/* GridRootStyles conflict */
'&&': {
'&&&': {
padding: 0,
width: 'calc(var(--DataGrid-width) - var(--DataGrid-columnsTotalWidth))',
},
Expand Down

0 comments on commit 3de5d64

Please sign in to comment.