We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c5e2d commit 8b3510eCopy full SHA for 8b3510e
packages/material-ui/src/TablePagination/TablePagination.js
@@ -16,6 +16,7 @@ export const styles = theme => ({
16
root: {
17
color: theme.palette.text.primary,
18
fontSize: theme.typography.pxToRem(14),
19
+ overflow: 'auto',
20
// Increase the specificity to override TableCell.
21
'&:last-child': {
22
padding: 0,
0 commit comments