vue-popper icon indicating copy to clipboard operation
vue-popper copied to clipboard

Popper.placements

Open anshurathee opened this issue 7 years ago β€’ 0 comments

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.

placement_error

anshurathee avatar Aug 31 '18 11:08 anshurathee