@spothero/ui 14.7.2 → 14.7.3
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/CHANGELOG.md +5 -0
- package/CHANGELOG.tmp +2 -4
- package/package.json +1 -1
- package/styles/v2/components/Popover/styles/popper.js +1 -0
- package/v2/index-bundled.cjs.js +1 -1
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +1 -1
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +2 -1
- package/v2/index-unbundled.cjs.js.map +1 -1
- package/v2/index-unbundled.esm.js +2 -1
- package/v2/index-unbundled.esm.js.map +1 -1
|
@@ -36947,7 +36947,8 @@ var popperStyles = function popperStyles(_ref) {
|
|
|
36947
36947
|
return t.colors.gray['100'];
|
|
36948
36948
|
},
|
|
36949
36949
|
borderWidth: '1px',
|
|
36950
|
-
borderStyle: 'solid'
|
|
36950
|
+
borderStyle: 'solid',
|
|
36951
|
+
zIndex: 'layer10'
|
|
36951
36952
|
};
|
|
36952
36953
|
};
|
|
36953
36954
|
|