tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

Tippy position influenced by dynamic content that isn't related to the appendTo target.

Open joepetrakovich opened this issue 2 years ago • 2 comments

Bug description

This very well could be user error but I'm stumped at why this tippy is moving around even though the appendTo element (parent in my usecase) is not moving. Is there a bug related to flex containers? I would expect the tippy to stay put considering the parent is fixed.

Reproduction

CodePen link: https://codepen.io/havesomejoe/pen/vYaJYVP

joepetrakovich avatar Jan 14 '23 19:01 joepetrakovich

I'm having the same issue.. @joepetrakovich did you resolve this?

Znarkus avatar Feb 02 '23 20:02 Znarkus

@Znarkus I ended up just using the [sticky] plugin as the perf costs weren't a concern.

joepetrakovich avatar Feb 02 '23 20:02 joepetrakovich