I am developing a post detail page, and I hope to achieve the following effects:
1. When the page is scrolled down, the entire page content (post content section and comment section) will scroll together.
2. During the scrolling process, the comment section will implement infinite scrolling loading.
Currently, I can only achieve infinite scrolling loading within the comment section. When I move the scroll attribute to the first-level column of the page, both the post content section and the comment section lose the scroll attribute, and the entire page becomes unresponsive.