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 (#12233)
  • Loading branch information
cherniavskii committed Feb 27, 2024
1 parent 80cbef7 commit 0756108
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 0756108

Please sign in to comment.