material-react-table 0.4.1 → 0.4.2

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.
@@ -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: fullScreen ? 1200 : undefined
2330
+ zIndex: fullScreen ? 1200 : 1
2331
2331
  };
2332
2332
  });
2333
2333
  var CircularProgressWrapper = /*#__PURE__*/styled('div')(function (_ref2) {