iScroll a dynamically filled div ONLY without scrolling main page also
So this post might get lengthy but I'm stuck with iScroll. What I'm doing is populating my list with articles and when one gets clicked, I'm sliding in a div over the list to display the article. That part works but what doesn't is when I scroll through the article and get to the end, it keeps scrolling the list with articles. You can have a look here (the site is in russian but click on an article and scroll all the way to the bottom). Here's my entire code: <head> <style> body{ padding: 0; margin: 0; border: 0; } #header{ position:fixed; top:0; left:0; height:100px; width: 100%; background