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

This commit is contained in:
charlie
2023-08-04 13:07:24 +08:00
committed by Tienson Qin
parent 5d9861a510
commit 7fb2d7e040

View File

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