1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[pdf file view] customized the position of the findbar (made it display above the highlighted search result, instead of covering it) (#6973)

This commit is contained in:
llj
2024-10-30 19:12:36 +08:00
committed by GitHub
parent 0afc97885b
commit 52a6e2e7e3

View File

@@ -34,6 +34,10 @@
outline: none;
}
#findbar {
top: -3px;
}
.pdfViewer .page {
position: relative;
background: #fff;