Did a quick search on the web and came up with this, if you want to use your own scroll bar inside a html page. This is basic but seems to work well even with facebook feed:
Just ad this line of code to the top of your html page…
<div style=”height:1000px;width:auto;border:3px solid;overflow:auto;”>
You can change the height, width and border to whatever you like:)