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 am using ngx-guided-tour on my Angular project. I want to have guided tour on several pages. The problem is that it only scrolls the body of the page instead of a specific div.
For example, here we have the posts freely in the body.
I am using
ngx-guided-tour
on my Angular project. I want to have guided tour on several pages. The problem is that it only scrolls thebody
of the page instead of a specificdiv
.For example, here we have the posts freely in the body.
As you can test here, navigating through the guided tour works just fine.
However, if the posts (i.e., the elements of the guided tour) are NOT directly in the body, the screen doesn't scroll.
You can test this behaviour here.
I tried using the
action
option to choose which element should scroll, but I wasn't able to make it work.It seems that
npx-guided-tour
only scrolls thebody
element. Is it possible to control what element should be scrolled?The text was updated successfully, but these errors were encountered: