increase max comment height from 100vh to 400vh

pull/135/head
Aevann 2023-02-27 02:40:36 +02:00
parent e7cb399d59
commit 0d2463807a
1 changed files with 1 additions and 1 deletions

View File

@ -7152,7 +7152,7 @@ sub, sup {
@media (max-width: 768px) {
.comment-text:not(.has_show_more) {
max-height: 100vh;
max-height: 400vh;
overflow: auto !important;
}
}