[frio] Limit jot textarea height

This commit is contained in:
Hypolite Petovan 2020-09-12 17:53:03 -04:00
parent bc5a1e5ace
commit 1c37f4aa88

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