Fixed Firefox positioning caret on the right in chat input (#1834)

This commit is contained in:
t1enne 2022-04-16 20:00:21 +02:00 committed by GitHub
parent 926560cd02
commit fe20faf49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@
#message-input:empty:before {
content: attr(placeholderText);
pointer-events: none;
position: absolute; /* Fixes firefox positioning caret on the right */
display: block; /* For Firefox */
color: rgba(0, 0, 0, 0.5);
}