Enhance comments section styling: set max-height and enable overflow scrolling

This commit is contained in:
2025-05-31 19:38:06 +02:00
parent e0fcbabacf
commit 4e5880801b
4 changed files with 12 additions and 11 deletions

View File

@@ -796,7 +796,8 @@ body>.top {
.comments {
border-radius: 3px;
margin-bottom: 10px;
max-height: 406px;
overflow-y: auto;
.new_comment {
margin-bottom: 10px;