pulsardev/vue-tour

Arrow css position issue

cain opened this issue · 2 comments

cain commented

Describe the bug
The arrow is not positioned correctly.

Expected behavior
A clear and concise description of what you expected to happen.
Arrow be in the middle

Screenshots
Screen Shot 2021-06-09 at 12 26 20 pm

Screen Shot 2021-06-09 at 12 26 27 pm

Desktop (please complete the following information):

  • OS: ios
  • Browser chrome/safari
  • Version v2
cain commented

Sorry for no reproduction link, just saw this upgrading to version 2.

If it is so after upgrading to v2.x from v1.x, maybe you had some custom CSS set up for v1 and you forgot to update the customization classes?
Otherwise it should be fine with the default CSS.

Popper v2.x changed the default syntax for accessing the direction of the arrow (from x-placement to data-popper-placement, see ee9da84).