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

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,6 +127,7 @@ const NavMenuItem = props => {
127
127
  marginLeft: targetDimensions.width,
128
128
  bottom: '0',
129
129
  position: 'fixed',
130
+ zIndex: 99999,
130
131
  width: '20%'
131
132
  } : {
132
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.5",
3
+ "version": "1.1.18-beta.6",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",