SHWS Chatbot
body {
display: flex;
}
#chat-container {
position: relative;
}
#chatbox {
width: 300px;
height: 400px;
border: 1px solid #ccc;
overflow-y: auto;
padding: 10px;
...