[fix] textarea overflow

This commit is contained in:
SouthFox 2024-08-13 17:48:17 +08:00
parent a0170e9041
commit ec4338378e
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@
<div class="chat break-all" id="chatContainer">
</div>
<div class="flex-none flex">
<textarea type="text" id="userInput" placeholder="Type your message here..." class="outline-none flex-auto"></textarea>
<textarea type="text" id="userInput" placeholder="Type message here" class="outline-none flex-auto"></textarea>
<button class="send-button flex-none" id="sendButton" >Send</button>
</div>
<div class="typing-indicator" id="typingIndicator">

View file

@ -82,7 +82,6 @@ input[type="text"] {
}
.send-button {
width: 110px;
background-color: #3182ce;
color: white;
padding: 12px 18px;