vue-popper
vue-popper copied to clipboard
Popper.placements
When I use the the { placement: 'right' }, the popper doesn't come to the expected place right away.
It comes relative to the reference element with top: 0 and left: 0. (At the starting position of the reference element).
It's when I scroll the page (or the div in which it's placed), it fixes it's position at the right place.
