forked from rDrama/rDrama
1
0
Fork 0

add !important

master
Aevann1 2022-12-14 21:44:34 +02:00
parent 43092ee07a
commit 70d495070b
1 changed files with 2 additions and 2 deletions

View File

@ -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;