Skip to content

Commit

Permalink
Added overflow: 'auto' to TablePagination root style
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dm1ke committed Dec 3, 2019
1 parent b2c5e2d commit 8b3510e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const styles = theme => ({
root: {
color: theme.palette.text.primary,
fontSize: theme.typography.pxToRem(14),
overflow: 'auto',
// Increase the specificity to override TableCell.
'&:last-child': {
padding: 0,
Expand Down

0 comments on commit 8b3510e

Please sign in to comment.