angular-tour
angular-tour copied to clipboard
Disable scrolling?
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
did a quick n dirty PR for this: https://github.com/DaftMonk/angular-tour/pull/25