react-tippy
react-tippy copied to clipboard
arrow not showing and how to close tooltip on scroll
my tooltip arrow is not visible. even if i set the arrow props.
<Tooltip
position="left-end"
trigger="click"
arrow
offset={0}
sticky={true}
stickyDuration={0}
html= {<div><QnAPreviewPanel qnaItem={row} /></div>}
>
<button>Preview</button>
</Tooltip>
How do i also close the tooltip in mouse scroll?
Not working for me too :-(
I had the same issue about arrow visibility. Solved thanks to this: https://github.com/tvkhoa/react-tippy/issues/74#issuecomment-716712648