From ea4e10b2011d5dddf268b0ff639d4b2e1575694d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 20 Dec 2022 01:35:55 +0200 Subject: [PATCH] fix needless scrolling --- 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 631ac85e6d..4baa0bf742 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6468,7 +6468,7 @@ div.markdown { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; - max-height: 70vh !important; + max-height: 72vh !important; max-width: 100vw !important; } .resizable::-webkit-scrollbar {