material-react-table 1.6.0 → 1.6.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.
@@ -1378,7 +1378,6 @@ const MRT_TopToolbar = ({ table, }) => {
1378
1378
  right: 0,
1379
1379
  top: 0,
1380
1380
  width: '100%',
1381
- zIndex: 2,
1382
1381
  } },
1383
1382
  enableGlobalFilter && positionGlobalFilter === 'left' && (React.createElement(MRT_GlobalFilterTextField, { table: table })), (_a = renderTopToolbarCustomActions === null || renderTopToolbarCustomActions === void 0 ? void 0 : renderTopToolbarCustomActions({ table })) !== null && _a !== void 0 ? _a : React.createElement("span", null),
1384
1383
  enableToolbarInternalActions ? (React.createElement(Box, { sx: {