mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #3473 from Rob--W/chrome-printing
Fix printing behaviour in Chrome
This commit is contained in:
commit
fde86cde54
1 changed files with 4 additions and 0 deletions
|
@ -1332,6 +1332,9 @@ canvas {
|
|||
#sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
|
||||
display: none;
|
||||
}
|
||||
#viewerContainer {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#mainContainer, #viewerContainer, .page, .page canvas {
|
||||
position: static;
|
||||
|
@ -1342,6 +1345,7 @@ canvas {
|
|||
.page {
|
||||
float: left;
|
||||
display: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue