Browse Source

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

pull/1842/head
t1enne 4 years ago committed by GitHub
parent
commit
fe20faf49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      webroot/styles/chat.css

1
webroot/styles/chat.css

@ -64,6 +64,7 @@ @@ -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…
Cancel
Save