Browse Source

fix(pdf): highlights text layer is overlaid by the pdfjs built-in annotation layer

charlie 2 years ago
parent
commit
7fb2d7e040
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/main/frontend/extensions/pdf/pdf.css

+ 0 - 5
src/main/frontend/extensions/pdf/pdf.css

@@ -1000,11 +1000,6 @@ html.is-system-window {
 }
 
 .annotationLayer {
-  position: absolute;
-  top: 0;
-
-  z-index: 3;
-
   .highlightAnnotation, .underlineAnnotation {
     display: none;
   }