https://codepen.io/anon/pen/VBoXgX
I expect that the popup shows ABOVE the reference element, because I put {placement: "top"}
Instead, the popup displays right over the reference element instead of the space above it.
This was originally a bug that I filed with Tippy, but upon further investigation, it is a bug with Popper. You can find the Tippy Issue here: https://github.com/atomiks/tippyjs/issues/228
Note that the codepen linked above does NOT use the Tippy library. It only uses Popper.
Same here
Same problem here
I'm having the same issue
Same problem here
Hey guys, I got it :-) I have already labelled the issue, if anyone wants to work on that please feel free to submit a PR with the fix.
@FezVrasta New to the library, and really digging it. Just ran into this issue. Any direction on where to begin to look?
@mirraj2 Seems I've found the solution.
Try
modifiers: {
preventOverflow: {
escapeWithReference: true
}
}
Same problem here. Is this the right fix ?
@lionpeloux
escapeWithReference for sure does something, but it doesn't solve the problem for me.
@mirraj2 Seems I've found the solution.
Trymodifiers: { preventOverflow: { escapeWithReference: true } }
Sorry, but where to put the code above ? :o
It seems fixed in v2
Most helpful comment
@mirraj2 Seems I've found the solution.
Try