mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #2083 from yurydelendik/chrome-146537
Changes thumbs and outline panels positioning to absolute
This commit is contained in:
commit
59b281f7b3
1 changed files with 4 additions and 4 deletions
|
@ -767,9 +767,9 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
|
|||
}
|
||||
|
||||
#thumbnailView {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 120px;
|
||||
top: 33px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding: 10px 40px 0;
|
||||
overflow: auto;
|
||||
|
@ -832,9 +832,9 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||
}
|
||||
|
||||
#outlineView {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 192px;
|
||||
top: 33px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding: 4px 4px 0;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue