You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also had an issue with the joyride appearing behind a modal. I was able to increase the z-index of the element to get it working. In my case, 1001 was enough. It might be more or less for others.
I also had an issue with the joyride appearing behind a modal.
I was able to solve this issue by increasing the z-index of the element where the joyride content appears . In my case, 1200 was enough. It might be more or less for you try by increasing the z-index.
When I try to start the tour from a modal, the joyride dialog appears behind the modal.
Open the modal
Inside the modal, I click on the button that executes the startTour() event;
this.joyrideService.startTour( { customTexts: { next: '>>', prev: '<<', done: 'Ok' }, steps: ['firstStep'], showPrevButton: false, stepDefaultPosition: 'bottom' } );
ngx-JoyRide appears behind the modal.
Expected behavior
the joyRide is expected to appear within the modal
Screenshots
Details (please complete the following information):
The text was updated successfully, but these errors were encountered: