From 7fb2d7e040cf5a3f9abaf59503d59085a9096cd7 Mon Sep 17 00:00:00 2001 From: charlie Date: Fri, 4 Aug 2023 13:07:24 +0800 Subject: [PATCH] fix(pdf): highlights text layer is overlaid by the pdfjs built-in annotation layer --- src/main/frontend/extensions/pdf/pdf.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/frontend/extensions/pdf/pdf.css b/src/main/frontend/extensions/pdf/pdf.css index 215087f2a52..56033e11b44 100644 --- a/src/main/frontend/extensions/pdf/pdf.css +++ b/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; }