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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.0",
2
+ "version": "1.6.1",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table",
5
5
  "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -102,7 +102,6 @@ export const MRT_TopToolbar = <TData extends Record<string, any> = {}>({
102
102
  right: 0,
103
103
  top: 0,
104
104
  width: '100%',
105
- zIndex: 2,
106
105
  }}
107
106
  >
108
107
  {enableGlobalFilter && positionGlobalFilter === 'left' && (