Hide placeholder overflow of send textarea

This commit is contained in:
Cohee
2025-01-15 01:45:17 +02:00
parent bb0c662713
commit 78e67080c9

View File

@@ -1318,6 +1318,10 @@ button {
transition: clip-path 200ms; transition: clip-path 200ms;
} }
#send_textarea:placeholder-shown {
overflow: hidden;
}
#send_textarea:focus-visible { #send_textarea:focus-visible {
/* Disable outline for the chat bar itself, we add it to the outer div */ /* Disable outline for the chat bar itself, we add it to the outer div */
outline: none; outline: none;