I have a page which has content wrapped within a scrollable DIV element (using CSS overflow: auto;
). When I integrate Joyride plugin to tour the elements within the DIV it does not correctly scroll to the respective position in the DIV. Instead it scrolls the entire page.
Please refer: https://jsfiddle.net/dkz33k3j/
Is there anything I have missed or any workaround to solve this issue?