@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
|
@@ -36959,7 +36959,8 @@ var popperStyles = function popperStyles(_ref) {
|
|
|
36959
36959
|
return t.colors.gray['100'];
|
|
36960
36960
|
},
|
|
36961
36961
|
borderWidth: '1px',
|
|
36962
|
-
borderStyle: 'solid'
|
|
36962
|
+
borderStyle: 'solid',
|
|
36963
|
+
zIndex: 'layer10'
|
|
36963
36964
|
};
|
|
36964
36965
|
};
|
|
36965
36966
|
|