mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
[frio] Limit jot textarea height
This commit is contained in:
parent
bc5a1e5ace
commit
1c37f4aa88
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue