Files
ragflow/web/src/pages/flow/chat/index.less
balibabu 706985c188 feat: add OperateDropdown and send debug message #918 (#1095)
### 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)
2024-06-07 19:27:27 +08:00

9 lines
122 B
Plaintext

.chatContainer {
padding: 0;
height: 100%;
.messageContainer {
overflow-y: auto;
padding-right: 24px;
}
}