So I'm not really sure how explain this, but I'll try to. I have a comments page. The post is a the top, and comment field below. In the middle of both of those are the comments. Now here's the issue, after a few comments, the user ends up having to scroll down quite a bit just to see the form. What I want to do is display 4 comments, then when the user scrolls down, they'll see more. Only when they scroll on the comments. So its like overflow: scroll
, but on divs. Here's more info to visualize it
If the user scrolls on any of the comments, it'll scroll as if it were overflow: scroll
and show more comments. So its like a page, inside a page. I'm not really sure how to do this, as I haven't seen any posts on it, or know what to search for. Any help would be great.