Skip to content

Commit

Permalink
[Table] Fix sticky header interaction with checkboxes (#17968)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaToaster authored and oliviertassinari committed Oct 21, 2019
1 parent 666b0b7 commit b711f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/TableCell/TableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const styles = theme => ({
position: 'sticky',
top: 0,
left: 0,
zIndex: 1,
zIndex: 2,
backgroundColor: theme.palette.background.default,
},
});
Expand Down

0 comments on commit b711f56

Please sign in to comment.