mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Added UI functions related to data-flow knowledge base #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
.documentContainer {
|
|
width: 100%;
|
|
// height: calc(100vh - 284px);
|
|
height: calc(100vh - 170px);
|
|
position: relative;
|
|
:global(.PdfHighlighter) {
|
|
overflow-x: hidden;
|
|
}
|
|
:global(.Highlight--scrolledTo .Highlight__part) {
|
|
overflow-x: hidden;
|
|
background-color: rgba(255, 226, 143, 1);
|
|
}
|
|
}
|