linear-react-components-ui 1.1.18-beta.6 → 1.1.18-beta.7

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.
@@ -127,7 +127,7 @@ const NavMenuItem = props => {
127
127
  marginLeft: targetDimensions.width,
128
128
  bottom: '0',
129
129
  position: 'fixed',
130
- zIndex: 99999,
130
+ zIndex: disableDefaultStyle ? 999999999 : undefined,
131
131
  width: '20%'
132
132
  } : {
133
133
  marginLeft: targetDimensions.width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.18-beta.6",
3
+ "version": "1.1.18-beta.7",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",