material-react-table 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/material-react-table.cjs.development.js +1 -1
- package/dist/material-react-table.cjs.development.js.map +1 -1
- package/dist/material-react-table.cjs.production.min.js +1 -1
- package/dist/material-react-table.cjs.production.min.js.map +1 -1
- package/dist/material-react-table.esm.js +1 -1
- package/dist/material-react-table.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/table/MRT_TableContainer.tsx +1 -1
|
@@ -2327,7 +2327,7 @@ var TableContainer = /*#__PURE__*/styled(TableContainer$1, {
|
|
|
2327
2327
|
top: fullScreen ? '0' : undefined,
|
|
2328
2328
|
transition: 'all 0.2s ease-in-out',
|
|
2329
2329
|
width: fullScreen ? '100vw' : undefined,
|
|
2330
|
-
zIndex: 1200
|
|
2330
|
+
zIndex: fullScreen ? 1200 : undefined
|
|
2331
2331
|
};
|
|
2332
2332
|
});
|
|
2333
2333
|
var CircularProgressWrapper = /*#__PURE__*/styled('div')(function (_ref2) {
|