fix textarea for sending messages is not editable on some iOS devices (#163)

This commit is contained in:
schlagmichdoch 2023-10-09 17:54:26 +02:00 committed by schlagmichdoch
parent 3c1ef57740
commit 1669fe7d75
6 changed files with 10 additions and 12 deletions

View file

@ -1041,7 +1041,7 @@ x-dialog .dialog-subheader {
padding-bottom: 0;
}
#text-input {
#send-text-dialog .textarea {
min-height: 200px;
width: 100%;
}