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