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

scroll offset

Open alinurr1 opened this issue 5 years ago • 3 comments

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.

alinurr1 avatar Aug 05 '20 07:08 alinurr1

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!

aysenurbilgin avatar Jan 04 '21 15:01 aysenurbilgin

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

PLQin avatar Mar 19 '21 09:03 PLQin

This comment on issue 69 contains the answer.

andrewmackie avatar Aug 24 '21 01:08 andrewmackie