Within my main container, I have a div that has a height fitting perfectly into the main container but a width wider than the main container with an overflow for the horizontal scroll bar.
The challenge that I am facing is: 1. Instead of requiring the user to scroll to the bottom of the page and then use the horizontal scroll bar, I would like the horizontal scroll bar to be fixed at the bottom of the view (not within the div).
- Upon loading, I want the horizontal scroll bar to be visible at the bottom of the user's screen. As the user scrolls down, the horizontal scroll bar should move down the page until it reaches the bottom where it will remain at the bottom of the div (not the window).
Any assistance on this matter would be greatly appreciated.
Thank you.