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

Vue step is scrolling the model pop to top when clicked on any of the action buttons

Open naveen42kumar opened this issue 3 years ago • 0 comments

In our application we are using v-model component of vuetify. There is a requirement to open the popup and show the tour step for one of the targeted elements. The popup has multiple elements in it which are aligned vertically and the vue step target element is at the bottom. using scrollIntoView javascript method I was able to scroll to the bottom(as offset is not working in the scenario of dialogs) and display the tour step properly against the target element. The problem start here, when I click on the any of the action buttons, instead of performing the action(next, back or stop) its causing ui to scroll up to the top of the popup. Any help would be greatly appreciated.

naveen42kumar avatar Apr 19 '21 11:04 naveen42kumar