mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-17 05:07:23 +08:00
### What problem does this PR solve? feat: add OperateDropdown feat: send debug message #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
.chatContainer {
|
|
padding: 0;
|
|
height: 100%;
|
|
.messageContainer {
|
|
overflow-y: auto;
|
|
padding-right: 24px;
|
|
}
|
|
}
|