@coorpacademy/components 11.14.16 → 11.14.17

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.
@@ -26,8 +26,6 @@
26
26
  flex-direction: row;
27
27
  justify-content: space-between;
28
28
  align-items: stretch;
29
- /* in order to avoid z-index clashes with other components*/
30
- z-index: 9000;
31
29
  background-color: white;
32
30
  }
33
31
 
@@ -26,8 +26,6 @@
26
26
  flex-direction: row;
27
27
  justify-content: space-between;
28
28
  align-items: stretch;
29
- /* in order to avoid z-index clashes with other components*/
30
- z-index: 9000;
31
29
  background-color: white;
32
30
  }
33
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.14.16",
3
+ "version": "11.14.17",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "29ca7f1f746bb043363e756a1dccafb2511b7767"
171
+ "gitHead": "784514408c13668abe8589c1e0fe534c87fcdaae"
172
172
  }