Feb 23, 2023 3:45 pm
If more comments follow here it is also possible to make these comments scrollable, so that not more and more space to the footer arises but for example in a height of 500px the comments are scrollable. Its already possible or does it need a custom job?
See also attched file...
Thanks for help
2 Replies
Feb 24, 2023 12:12 pm
Hi @wizard,
You can use the CSS code below:
#wpdcom .wpd-thread-list {
height: 250px;
overflow-y: scroll;
}
The red-marked value can be changed as you like.
Please watch this video, you'll see how the code changes the comments section: https://www.screencast.com/t/vR0WdGUbFvO