mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-30 07:22:02 +08:00

* feat: Remove duplicate \n from record.progress_msg * feat: add DocumentPreviewer for chunk of chat reference
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
.documentContainer {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
:global(.PdfHighlighter) {
|
|
overflow-x: hidden;
|
|
}
|
|
:global(.Highlight--scrolledTo .Highlight__part) {
|
|
overflow-x: hidden;
|
|
background-color: rgba(255, 226, 143, 1);
|
|
}
|
|
}
|