react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

arrow not showing and how to close tooltip on scroll

Open paigeflourin opened this issue 6 years ago • 2 comments

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?

paigeflourin avatar Dec 07 '18 06:12 paigeflourin

Not working for me too :-(

Valerika avatar Jan 13 '19 21:01 Valerika

I had the same issue about arrow visibility. Solved thanks to this: https://github.com/tvkhoa/react-tippy/issues/74#issuecomment-716712648

andeeplus avatar Nov 16 '20 08:11 andeeplus