nzTour
nzTour copied to clipboard
Scroll is not working on overlay
When the tour starts then it overlays body and scroll is not working.
If my content is on the below then it's don't got to down and scroll to that particular step. Stuck at the last stage and I need to escape the tour.
Hi @simformsolutions, this repo is no longer being actively developed. You can try https://github.com/tourjs/Tour, which is a vanilla JS version of this project and is more up to date.
If you can reproduce your code online somewhere (stackblitz, codepen, etc.), I can try to take a look.
@lebolo Hi! I couldn't import it using angularjs + webpack 1.
I've tried many ways:
import 'tour';
import Tour from 'tour';
import { default as Tour } from 'tour';
....
Also tried adding it to webpack plugins:
new webpack.ProvidePlugin({
jQuery: 'jquery',
Tour : 'tour'
}),
Can you help me?
Hi @jonasschumacher, I'm afraid I don't know =( this repo is not being actively maintained (I'll get around to archiving it soon) and I haven't looked at this code in years. Didn't want you to wait around for a response from here. You might want to take a look at https://github.com/tourjs/Tour (which the original author created as a plain JS module).
@simformsolutions Try playing with the config scrollBox
. I was experiencing some problems scrolling and solved it changing this property.