Hide placeholder overflow of send textarea
| @@ -1318,6 +1318,10 @@ button { | ||
| 1318 | 1318 | transition: clip-path 200ms; |
| 1319 | 1319 | } |
| 1320 | 1320 | |
| 1321 | +#send_textarea:placeholder-shown { | |
| 1322 | + overflow: hidden; | |
| 1323 | +} | |
| 1324 | + | |
| 1321 | 1325 | #send_textarea:focus-visible { |
| 1322 | 1326 | /* Disable outline for the chat bar itself, we add it to the outer div */ |
| 1323 | 1327 | outline: none; |