atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.92k stars 520 forks source link

Unreachable interactive content #927

Closed interlark closed 2 years ago

interlark commented 3 years ago

I got a situation where 2 elements placed vertically close to each other with interactive tooltips, so for the bottom one it's pretty hard to reach it's interactive tooltip. Is there any solutions?

Here's a demo: https://codepen.io/interlark/pen/bGBZBoq

Here's screen cast: Interactive_content-2

atomiks commented 3 years ago

offset: [0, 5] works well. (default is 10px)