Fixed Firefox positioning caret on the right in chat input (#1834)
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
#message-input:empty:before {
|
#message-input:empty:before {
|
||||||
content: attr(placeholderText);
|
content: attr(placeholderText);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
position: absolute; /* Fixes firefox positioning caret on the right */
|
||||||
display: block; /* For Firefox */
|
display: block; /* For Firefox */
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user