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
|
@@ -2334,7 +2334,7 @@ var TableContainer = /*#__PURE__*/material.styled(material.TableContainer, {
|
|
|
2334
2334
|
top: fullScreen ? '0' : undefined,
|
|
2335
2335
|
transition: 'all 0.2s ease-in-out',
|
|
2336
2336
|
width: fullScreen ? '100vw' : undefined,
|
|
2337
|
-
zIndex: 1200
|
|
2337
|
+
zIndex: fullScreen ? 1200 : undefined
|
|
2338
2338
|
};
|
|
2339
2339
|
});
|
|
2340
2340
|
var CircularProgressWrapper = /*#__PURE__*/material.styled('div')(function (_ref2) {
|