Files
ragflow/web/src/components/pdf-previewer/index.module.less

13 lines
260 B
Plaintext
Raw Normal View History

.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);
}
}