@lumx/react 3.11.1-alpha.1 → 3.11.1-alpha.2
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/popover/usePopoverStyle.tsx +1 -1
package/index.js
CHANGED
|
@@ -4613,7 +4613,7 @@ function usePopoverStyle(_ref5) {
|
|
|
4613
4613
|
}
|
|
4614
4614
|
|
|
4615
4615
|
// Do not show the popover while it's not properly placed
|
|
4616
|
-
if (!newStyles.transform) newStyles.
|
|
4616
|
+
if (!newStyles.transform) newStyles.opacity = 0;
|
|
4617
4617
|
return newStyles;
|
|
4618
4618
|
}, [style, styles.popper, zIndex, fitWithinViewportHeight]);
|
|
4619
4619
|
return {
|