Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): remove redundant scroll offset
window.scrollY is already account for which means document.body.scrollTop incorrectly offsets the tooltip vertically. The same is not true for horizontal position.
- Loading branch information