@eturnity/eturnity_reusable_components 7.35.1-EPDM-10576.5 → 7.35.1-EPDM-10576.6

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.35.1-EPDM-10576.5",
3
+ "version": "7.35.1-EPDM-10576.6",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -334,7 +334,7 @@
334
334
  width: max-content;
335
335
  border: 1px solid ${(props) => props.theme.colors.grey4};
336
336
  border-radius: 4px;
337
- z-index: 99999;
337
+ z-index: 1;
338
338
  font-size: 13px;
339
339
  `
340
340