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

View File

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