ragflow / ragflow-main /web /src /pages /chat /share /index.less
pandaall's picture
Upload 1223 files
ec730cc verified
.chatWrapper {
height: 100%;
}
.chatContainer {
padding: 10px;
box-sizing: border-box;
height: 100%;
.messageContainer {
overflow-y: auto;
padding-right: 6px;
}
}