I have a sidebar that is set to position:fixed; and overflow:auto;, causing the scrolling to occur within the fixed element.
When the sidebar is activated, the element remains static on the page without any movement.
My goal: I am looking to keep the .super-image-thumb fixed inside the scrolling element so that the thumbnails at the top remain fixed when scrolling occurs.
I have attempted a javascript solution but it still does not work as expected. Any suggestions?