We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13258a6 commit 5140c9aCopy full SHA for 5140c9a
src/Popup/PopupInner.tsx
@@ -166,7 +166,7 @@ const PopupInner = React.forwardRef<PopupInnerRef, PopupInnerProps>(
166
...stretchStyle,
167
zIndex,
168
...style,
169
- opacity: status === 'motion' || status === 'stable' ? undefined : 0,
+ opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0,
170
pointerEvents: status === 'stable' ? undefined : 'none',
171
};
172
0 commit comments