Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix no hints in iframes not near top-left corner
The check for visible iframes used global coordinates instead of document local coordinates for the `getElementsFromPoint` check, causing some iframes never to get hints based on their size and positioning.
- Loading branch information