mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 09:11:59 +08:00
### What problem does this PR solve? Refactor: UmiJs -> Vite+React ### Type of change - [x] Refactoring --------- Co-authored-by: Liu An <asiro@qq.com>
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);
|
|
}
|
|
}
|