### What problem does this PR solve? fix: remove duplicate MessageItem #1289 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
7 lines
118 B
Text
7 lines
118 B
Text
.chatContainer {
|
|
padding: 0 0 24px 24px;
|
|
.messageContainer {
|
|
overflow-y: auto;
|
|
padding-right: 24px;
|
|
}
|
|
}
|