alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
454 stars 121 forks source link

Issue #41 - Fix popover rendering onscreen when target is long gone #42

Closed dmitrif closed 5 years ago

dmitrif commented 5 years ago

Fixes issue #41 where popover is rendered onscreen despite the target already being out of bounds.

Also fixes a an unrelated code issue (absoluteLeft being added to absoluteTopOffset).

Thank you for the great library!

dmitrif commented 5 years ago

Discovered issue in reverse scrolling, so fixing that up now.