add max-height and max-width to .resizable

pull/67/head
Aevann1 2022-12-14 21:42:39 +02:00
parent e48d133977
commit 43092ee07a
1 changed files with 2 additions and 0 deletions

View File

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