balibabu
fix: remove duplicate MessageItem #1289 (#1566)
18da36c
raw
history blame
184 Bytes
.chatWrapper {
height: 100%;
}
.chatContainer {
padding: 10px;
box-sizing: border-box;
height: 100%;
.messageContainer {
overflow-y: auto;
padding-right: 6px;
}
}