react-tooltip
react-tooltip copied to clipboard
having more content direction of tip gets dynamic
on hovering over the div( say content img) direction tooltip gets changed everytime bcz of more content while working fine for less amount of content in data-tip
Try setting max-width of the tooltip using className attribute. I was having problem with that too, it helped me fix it.
I set max-width to 250px.