Matt Mittelsted
Matt Mittelsted
> > 我也有同样的问题。你解决了吗 > > In your lazy loaded feature modules use JoyrideModule.forChild() instead. I'm having the same issue (among others), and I was importing as .forChild() in the feature...
In your global styles.scss file: ``` .backdrop-container{ .backdrop-content { .joyride-backdrop { display: none; } } } ``` If you only want to remove the backdrop for a specific step: ```...
Did anyone ever get a real solution? For a workaround I've decided to wrap the entire component template in a div and set that as the first step and just...
> For me the step holder has the wrong position with top: -700px. Is there a way to reinitialize this calculation? You can set whatever location you want for the...
> As a workaround, you can set waitingTime option to 100ms That isn't going to work for larger applications. I have to go all the way out to two seconds...