Scroll to target #466
Answered
by
baguilar-work
baguilar-work
asked this question in
Q&A
-
For the life of me I cant figure out why the scroll to the element does not work on my project. Im guessing its something with my app but im not sure. Is there something special that needs done on the ReacTour side that im missing? Has anyone else had this issue? The app is using Bootstrap and Mui. My implementation of the tour is pretty simple:
|
Beta Was this translation helpful? Give feedback.
Answered by
baguilar-work
Apr 22, 2022
Replies: 1 comment
-
Incase anyone comes by this same issue. There was a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baguilar-work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Incase anyone comes by this same issue. There was a
overflow: "auto",
on one of the mainDIV
in the layout. It keep it from being able to scroll to the element correctly.