Konrad Moskal
Konrad Moskal
The problem appears to be here: https://github.com/airbnb/visx/blob/3484291a96a215c66b7c94ea0669cb83d41254ba/packages/visx-tooltip/src/tooltips/TooltipWithBounds.tsx#L49 Subtracting `window.scrollY` fixes the issue, although with possible unwanted side effects. ``` placeTooltipUp = top + offsetTop + ownBounds.height - window.scrollY > window.innerHeight;...
Hey, I had to implement a custom solution instead of using this library
> Hey @dufia, did you find a solution for this? It's in my message 😉