How can I bind the page’s scroll bar to a particular div instead of the entire page. See Google Plus for an example of this functionality.!
https://i.stack.imgur.com/Ab82L.png
How can I bind the page’s scroll bar to a particular div instead of
Share
You can use position fixed panels down the left and across the top. The body will still scroll as normal, but the panels on the sides will make it look like only part of the page is scrolling.