[DataGrid] Remove custom dark mode scrollbar in v5 #1805
Labels
component: data grid
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Summary 💡
The current custom dark mode scrollbar implementation suffers from the same issue as mui/material-ui#23520. It forces a width on the scrollbar on macOS, it also doesn't respect the native dark mode style.
A better solution was found in mui/material-ui#25016 (comment).
Motivation 🔦
We should remove:
https://github.com/mui-org/material-ui-x/blob/40ebf9b4079dd7433200b7de00b6959fd25a50ec/packages/grid/_modules_/grid/components/containers/GridRootStyles.ts#L353-L378
once mui/material-ui#25016 is fixed and we have updated the repo to dependant on v5.
See #1613 for a related issue.
The text was updated successfully, but these errors were encountered: