popular posts in our forum are usually long posts, therefore for post lists we use this CSS customization:
.posts-list .posts-list-item .content {
overflow: auto;
max-height: 480px;
}
so, people can go through all the posts with scrolling without changing the page or going to the related topics... feel free to change the post height as you like.
Thanks @phenomlab for this CSS codes and thanks again @baris for the plugin.