From 0d2463807a140714f57601b0b8c3c5aaab3e03d9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 27 Feb 2023 02:40:36 +0200 Subject: [PATCH] increase max comment height from 100vh to 400vh --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fb70548587..44120d9758 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; } }