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.
@@ -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: fullScreen ? 1200 : undefined
2337
+ zIndex: fullScreen ? 1200 : 1
2338
2338
  };
2339
2339
  });
2340
2340
  var CircularProgressWrapper = /*#__PURE__*/material.styled('div')(function (_ref2) {