Fixed Firefox positioning caret on the right in chat input (#1834)
This commit is contained in:
parent
926560cd02
commit
fe20faf49d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user