Skip to content

Commit b7f47f2

Browse files
authored
Merge pull request #1879 from berzi/patch-1
place component in isolated stacking context
2 parents 25e16b2 + 6a170f5 commit b7f47f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MUIDataTable.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ import { load, save } from './localStorage';
2727

2828
const defaultTableStyles = theme => ({
2929
root: {},
30-
paper: {},
30+
paper: {
31+
isolation: 'isolate',
32+
},
3133
paperResponsiveScrollFullHeightFullWidth: {
3234
position: 'absolute',
3335
},

0 commit comments

Comments
 (0)