Merge pull request #9191 from MrPetovan/bug/9090-frio-autosize-max-height
[frio] Limit jot textarea height
This commit is contained in:
commit
ea893df1c1
|
@ -1202,6 +1202,7 @@ section #jotOpen {
|
|||
}
|
||||
#jot-text-wrap textarea {
|
||||
min-height: 100px;
|
||||
max-height: 440px;
|
||||
overflow-y: auto !important;
|
||||
overflow-y: overlay !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user