You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 260B

123456789101112
  1. .documentContainer {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. :global(.PdfHighlighter) {
  6. overflow-x: hidden;
  7. }
  8. :global(.Highlight--scrolledTo .Highlight__part) {
  9. overflow-x: hidden;
  10. background-color: rgba(255, 226, 143, 1);
  11. }
  12. }