cht8687 / react-hover

React hover --- make hover easy http://cht8687.github.io/react-hover/example/
MIT License
107 stars 25 forks source link

Flickering when using hover as overlay container #21

Closed davidfells closed 5 years ago

davidfells commented 6 years ago

I'm positioning the hover element so it sits in the center of the trigger element. Hover element contains links. When the trigger element is underneath the hover element, and you put your cursor over the hover element, the hover element constantly flickers.

cht8687 commented 6 years ago

yes, this is currently an issue. I recommend adding some shiftX and shiftY to the hover element before we have a solution for this.

cht8687 commented 5 years ago

@davidfells I think this #30 will fix this issue.

cht8687 commented 5 years ago

@davidfells I've released a new version to address this issue.