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

Disable scrolling?

Open ptink opened this issue 11 years ago • 1 comments

The scrolling is nice, but doesn't fit my use case currently as I have a few absolute-positioned elements such as a title bar and footer bar and the scrolling to tooltips moves them around on the screen. Is there currently a way to disable scrolling automatically?

To clarify, I could technically get around this by setting tourConfig.scrollSpeed = 1000000000 and hoping they close the browser before they notice any movement ;) But a proper solution would be nice

ptink avatar Oct 17 '14 15:10 ptink

did a quick n dirty PR for this: https://github.com/DaftMonk/angular-tour/pull/25

ptink avatar Oct 20 '14 15:10 ptink