vue-tour
vue-tour copied to clipboard
scroll offset
Is there a way to correctly add an offset for a scroll between steps?
I've tried adding offset manually to steps like this:
{ target: '.v-step-1', content: 'Hi World' offset: 500 }
However, when doing so scrolling itself stops to work.
Hi,
I am also wondering whether there is a better way than using custom offsets per step which interferes with auto-scroll. I would appreciate any pointers. Thanks!
https://github.com/pulsardev/vue-tour/issues/152#issuecomment-708329646
Unable to set the offset, I can only disable the offset and set the offset manually
@aysenurbilgin @alinurr1
This comment on issue 69 contains the answer.