### What problem does this PR solve? feat: add FlowChatBox #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
.chatContainer {
|
|
padding: 0 0 24px 24px;
|
|
.messageContainer {
|
|
overflow-y: auto;
|
|
padding-right: 24px;
|
|
}
|
|
}
|