@coorpacademy/components 11.16.1 → 11.16.2

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.
@@ -85,7 +85,7 @@ div.coorpmanager label.selectWrapper {
85
85
  .selectSpan {
86
86
  display: none;
87
87
  position: relative;
88
- z-index: 10;
88
+ z-index: 1;
89
89
  white-space: nowrap;
90
90
  pointer-events: none;
91
91
  height: 18px;
@@ -167,7 +167,7 @@ div.coorpmanager label.selectWrapper {
167
167
  pointer-events: none;
168
168
  width: 12px;
169
169
  height: 12px;
170
- z-index: 11;
170
+ z-index: 2;
171
171
  }
172
172
 
173
173
  .selectedArrow {
@@ -46,8 +46,7 @@
46
46
  }
47
47
 
48
48
  .popin {
49
- overflow: auto;
50
- width: 434px;
49
+ width: fit-content;
51
50
  flex-grow: 0;
52
51
  margin: 16px;
53
52
  padding: 16px 16px 20px 16px;
@@ -85,7 +85,7 @@ div.coorpmanager label.selectWrapper {
85
85
  .selectSpan {
86
86
  display: none;
87
87
  position: relative;
88
- z-index: 10;
88
+ z-index: 1;
89
89
  white-space: nowrap;
90
90
  pointer-events: none;
91
91
  height: 18px;
@@ -167,7 +167,7 @@ div.coorpmanager label.selectWrapper {
167
167
  pointer-events: none;
168
168
  width: 12px;
169
169
  height: 12px;
170
- z-index: 11;
170
+ z-index: 2;
171
171
  }
172
172
 
173
173
  .selectedArrow {
@@ -46,8 +46,7 @@
46
46
  }
47
47
 
48
48
  .popin {
49
- overflow: auto;
50
- width: 434px;
49
+ width: fit-content;
51
50
  flex-grow: 0;
52
51
  margin: 16px;
53
52
  padding: 16px 16px 20px 16px;
@@ -0,0 +1 @@
1
+ {"ignore_dirs":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.16.1",
3
+ "version": "11.16.2",
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": "a5154a1d81b74a04f3e5e8e47639a903b3d9ad5e"
171
+ "gitHead": "a35501416cb789ce47c90c4e3bc454a9e31310ca"
172
172
  }