Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataGrid] Fix pagination scrollbar issue on small zoom #14911

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

cherniavskii
Copy link
Member

Fixes #14814

@cherniavskii cherniavskii added bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! labels Oct 10, 2024
@cherniavskii cherniavskii requested a review from a team October 10, 2024 12:07
@mui-bot
Copy link

mui-bot commented Oct 10, 2024

Deploy preview: https://deploy-preview-14911--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against ea13e10

@@ -17,6 +17,7 @@ import {

const GridPaginationRoot = styled(TablePagination)(({ theme }) => ({
maxHeight: 'calc(100% + 1px)', // border width
flexGrow: 1,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed the approach here to avoid 1px shrinking for virtual scroller area: https://app.argos-ci.com/mui/mui-x/builds/25055/113076748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Extraneous scrollbar in footer pagination area when using CssBaseline
4 participants