mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Fixes printing regression a10fde1
This commit is contained in:
parent
1858fbfe82
commit
193b55dba0
1 changed files with 3 additions and 0 deletions
|
@ -1677,6 +1677,8 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
|||
display: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-clip: content-box;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.page[data-loaded] {
|
||||
|
@ -1698,6 +1700,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
|||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue