From 52a6e2e7e3c46a90e43aa0edd5429da5015679b8 Mon Sep 17 00:00:00 2001 From: llj Date: Wed, 30 Oct 2024 19:12:36 +0800 Subject: [PATCH] [pdf file view] customized the position of the findbar (made it display above the highlighted search result, instead of covering it) (#6973) --- frontend/src/css/pdf-file-view.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/css/pdf-file-view.css b/frontend/src/css/pdf-file-view.css index 6c4f51e7e8..3b7428794b 100644 --- a/frontend/src/css/pdf-file-view.css +++ b/frontend/src/css/pdf-file-view.css @@ -34,6 +34,10 @@ outline: none; } +#findbar { + top: -3px; +} + .pdfViewer .page { position: relative; background: #fff;