tooltip
tooltip copied to clipboard
Tooltip is not hidden on scrooll, when element is inside a scrolled block
According to this issue are you going to hide automatically tooltip on scroll?
It is not a decision to listen "scroll" event on element (like we shouldn't manually handle mouseLeave
)
Please see attachment
Try to use getTooltipContainer props + set parent div's position as "relative". I got the same issue before, this solution works for me.