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

@@ -65,8 +65,8 @@
"controls": { "controls": {
"class.BackendSites.php": { "class.BackendSites.php": {
"type": "-", "type": "-",
"size": 2912, "size": 2940,
"lmtime": 1747161357796, "lmtime": 1747510381779,
"modified": false "modified": false
}, },
"class.Crm.php": { "class.Crm.php": {
@@ -121,8 +121,8 @@
"factory": { "factory": {
"class.BackendSites.php": { "class.BackendSites.php": {
"type": "-", "type": "-",
"size": 2816, "size": 2962,
"lmtime": 1747161382015, "lmtime": 1747510397975,
"modified": false "modified": false
}, },
"class.Crm.php": { "class.Crm.php": {
@@ -498,14 +498,14 @@
}, },
"topic_edit.php": { "topic_edit.php": {
"type": "-", "type": "-",
"size": 2079, "size": 2290,
"lmtime": 1746373620277, "lmtime": 1747510265311,
"modified": false "modified": false
}, },
"topics.php": { "topics.php": {
"type": "-", "type": "-",
"size": 2493, "size": 2806,
"lmtime": 1746376040917, "lmtime": 1747513597952,
"modified": false "modified": false
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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