@coorpacademy/components 10.28.3-alpha.3 → 10.28.4

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.
@@ -112,6 +112,7 @@ _:-ms-fullscreen, :root .validateButtonWrapper {
112
112
  border-radius: 7px;
113
113
  margin: 0 15px 15px;
114
114
  width: 95%;
115
+ z-index: 100;
115
116
  }
116
117
 
117
118
  .popinAnimation {
@@ -46,7 +46,7 @@
46
46
  }
47
47
 
48
48
  .quitPopin {
49
- z-index: 50;
49
+ z-index: 150;
50
50
  }
51
51
 
52
52
  /* ie fallback */
@@ -59,5 +59,5 @@
59
59
  :-ms-fullscreen,
60
60
  .quitPopin {
61
61
  position: absolute;
62
- z-index: 80;
62
+ z-index: 150;
63
63
  }
@@ -112,6 +112,7 @@ _:-ms-fullscreen, :root .validateButtonWrapper {
112
112
  border-radius: 7px;
113
113
  margin: 0 15px 15px;
114
114
  width: 95%;
115
+ z-index: 100;
115
116
  }
116
117
 
117
118
  .popinAnimation {
@@ -46,7 +46,7 @@
46
46
  }
47
47
 
48
48
  .quitPopin {
49
- z-index: 50;
49
+ z-index: 150;
50
50
  }
51
51
 
52
52
  /* ie fallback */
@@ -59,5 +59,5 @@
59
59
  :-ms-fullscreen,
60
60
  .quitPopin {
61
61
  position: absolute;
62
- z-index: 80;
62
+ z-index: 150;
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.28.3-alpha.3+f2bb79b3c",
3
+ "version": "10.28.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -157,5 +157,5 @@
157
157
  "last 2 versions",
158
158
  "IE 11"
159
159
  ],
160
- "gitHead": "f2bb79b3cbf9c8299df8a8dde9d05b0ca98cc199"
160
+ "gitHead": "34de8b295faa3bfc8e3b00bb9ffcf40e0b1e9796"
161
161
  }