From 43092ee07acad919505bbab1846dc78fec357f3e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 14 Dec 2022 21:42:39 +0200 Subject: [PATCH] add max-height and max-width to .resizable --- files/assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fb9c453621..fd185e1dee 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6468,6 +6468,8 @@ div.markdown { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; + max-height: 70vh; + max-width: 100vw; } .resizable::-webkit-scrollbar { background: transparent;