[frio] Limit jot textarea height

This commit is contained in:
Hypolite Petovan 2020-09-12 17:53:03 -04:00
parent bc5a1e5ace
commit 1c37f4aa88
1 changed files with 1 additions and 0 deletions

View File

@ -1202,6 +1202,7 @@ section #jotOpen {
}
#jot-text-wrap textarea {
min-height: 100px;
max-height: 440px;
overflow-y: auto !important;
overflow-y: overlay !important;
}