indicator-ui 0.0.168 → 0.0.170
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.
- package/dist/index.css +1 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +19 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1606,6 +1606,7 @@
|
|
|
1606
1606
|
}
|
|
1607
1607
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindowWrapper___i4_Uy {
|
|
1608
1608
|
position: relative;
|
|
1609
|
+
z-index: 1;
|
|
1609
1610
|
}
|
|
1610
1611
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d {
|
|
1611
1612
|
width: 100%;
|