mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +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:
@@ -34,6 +34,10 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#findbar {
|
||||||
|
top: -3px;
|
||||||
|
}
|
||||||
|
|
||||||
.pdfViewer .page {
|
.pdfViewer .page {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
Reference in New Issue
Block a user