@selco/installation-ui-css 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/installation-ui-css",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Adithya Katuku",
package/src/index.scss CHANGED
@@ -920,6 +920,9 @@ input[type="number"] {
920
920
  margin-bottom: 0 !important;
921
921
  padding: 0 !important;
922
922
  }
923
+ .employee-select-wrap .select input[type="text"] {
924
+ z-index: 0 !important;
925
+ }
923
926
  }
924
927
 
925
928
  .toggle-option-container {