Merge pull request #9191 from MrPetovan/bug/9090-frio-autosize-max-height

[frio] Limit jot textarea height
This commit is contained in:
Michael Vogel 2020-09-13 06:55:33 +02:00 committed by GitHub
commit ea893df1c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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