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;