I am implementing a guide solution using the introjs.com library
My application has 2 scrollbars, so when I pass the ID of the element I want to highlight, the library uses the larger scrollbar, which makes the highlighted area a part that has nothing to do with the id of the div I entered. Does anyone know how I can select which scrollbar I want to scroll to find the div with the correct content?
I have tried using:
scrollIntoView();
scrollToElement();