@edux-design/popovers 1.0.0 → 1.0.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @edux-design/popovers
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Minor fixes for sizes/z-indexes
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edux-design/popovers",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css"
@@ -137,7 +137,7 @@ export const PopoverContent = forwardRef(
137
137
  avoidCollisions={avoidCollisions}
138
138
  forceMount={forceMount}
139
139
  className={cx(positioning, className, "relative")}
140
- style={style}
140
+ style={{ zIndex: 2147483647, ...style }}
141
141
  {...contentProps}
142
142
  {...restProps}
143
143
  >