mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00

### What problem does this PR solve? fix: remove duplicate MessageItem #1289 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
.chatWrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
.chatContainer {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
.messageContainer {
|
|
overflow-y: auto;
|
|
padding-right: 6px;
|
|
}
|
|
}
|