mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hide placeholder overflow of send textarea
This commit is contained in:
@@ -1318,6 +1318,10 @@ button {
|
||||
transition: clip-path 200ms;
|
||||
}
|
||||
|
||||
#send_textarea:placeholder-shown {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#send_textarea:focus-visible {
|
||||
/* Disable outline for the chat bar itself, we add it to the outer div */
|
||||
outline: none;
|
||||
|
Reference in New Issue
Block a user