Hide placeholder overflow of send textarea

78e67080c935dbc58e66049d28ae8142eab06834

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/style.css+4 -0
@@ -1318,6 +1318,10 @@ button {
13181318 transition: clip-path 200ms;
13191319}
13201320
1321+#send_textarea:placeholder-shown {
1322+ overflow: hidden;
1323+}
1324+
13211325#send_textarea:focus-visible {
13221326 /* Disable outline for the chat bar itself, we add it to the outer div */
13231327 outline: none;