mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #4223 from Rob--W/grab-to-pan-overlay-fix
Get rid of weird scrollbar on mouse down
This commit is contained in:
commit
6cf6d2f4b9
1 changed files with 2 additions and 2 deletions
|
@ -1598,8 +1598,8 @@ html[dir='rtl'] #documentPropertiesContainer .row > * {
|
|||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
z-index: 50000; /* should be higher than anything else in PDF.js! */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue