Skip to content

Commit 10c2713

Browse files
copilot comments
1 parent 824733a commit 10c2713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/utils/get-overlay-from-stack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default function getOverlayFromStack(elm, options) {
1616
rect.height >= percentHeight &&
1717
style?.getPropertyValue('pointer-events') !== 'none' &&
1818
(style?.position === 'absolute' || style?.position === 'fixed')
19+
) {
1920
return true;
2021
}
2122
}

0 commit comments

Comments
 (0)