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 824733a commit 10c2713Copy full SHA for 10c2713
lib/core/utils/get-overlay-from-stack.js
@@ -16,6 +16,7 @@ export default function getOverlayFromStack(elm, options) {
16
rect.height >= percentHeight &&
17
style?.getPropertyValue('pointer-events') !== 'none' &&
18
(style?.position === 'absolute' || style?.position === 'fixed')
19
+ ) {
20
return true;
21
}
22
0 commit comments