Skip to content

Commit

Permalink
[DataGrid] Fix pagination scrollbar issue on small zoom (#14911)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Oct 11, 2024
1 parent ca0a847 commit 497fbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-data-grid/src/components/GridPagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {

const GridPaginationRoot = styled(TablePagination)(({ theme }) => ({
maxHeight: 'calc(100% + 1px)', // border width
flexGrow: 1,
[`& .${tablePaginationClasses.selectLabel}`]: {
display: 'none',
[theme.breakpoints.up('sm')]: {
Expand Down

0 comments on commit 497fbcc

Please sign in to comment.