forked from rDrama/rDrama
1
0
Fork 0

fix needless scrolling

master
Aevann1 2022-12-20 01:35:55 +02:00
parent 9a96fd643b
commit ea4e10b201
1 changed files with 1 additions and 1 deletions

View File

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