Within my nested div structure, I have an inner div that functions as an auto scroller. However, this inner div is contained within another outer div, which itself is positioned inside yet another outer div. The scroller is only visible within the first outer div, obscuring valuable information from the user. To address this issue, I need to transfer the scrolling functionality to the third outer div so that users are aware of its presence and can access more information beyond what is immediately visible.