A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
454
stars
121
forks
source link
Issue #41 - Fix popover rendering onscreen when target is long gone #42
Closed
dmitrif closed 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!