Skip to content

Commit 8b3510e

Browse files
committed
Added overflow: 'auto' to TablePagination root style
1 parent b2c5e2d commit 8b3510e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material-ui/src/TablePagination/TablePagination.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const styles = theme => ({
1616
root: {
1717
color: theme.palette.text.primary,
1818
fontSize: theme.typography.pxToRem(14),
19+
overflow: 'auto',
1920
// Increase the specificity to override TableCell.
2021
'&:last-child': {
2122
padding: 0,

0 commit comments

Comments
 (0)