Merge pull request #3473 from Rob--W/chrome-printing
Fix printing behaviour in Chrome
This commit is contained in:
commit
fde86cde54
@ -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…
Reference in New Issue
Block a user