#chat-body {
    width: 300px;          /* fixed width */
    height: 350px;         /* fixed height */
    overflow-y: auto;      /* vertical scrollbar when needed */
    box-sizing: border-box; /* include padding and border in size */
}
