mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Remove some outdated CSS rules related to printing
Given that no HTML element has used the `loadingBox`-id for many years, we obviously don't need to try and hide a non-existent element during printing. Furthermore, we also shouldn't need to change the `overflow`-value for the `viewerContainer`-element during printing. Originally, many years ago now, we printed "directly" using the viewer and then this apparently made sense.
This commit is contained in:
parent
b73a6cc213
commit
d7fd8d3883
1 changed files with 0 additions and 4 deletions
|
@ -1474,15 +1474,11 @@ dialog :link {
|
|||
#sidebarContainer,
|
||||
#secondaryToolbar,
|
||||
.toolbar,
|
||||
#loadingBox,
|
||||
#errorWrapper,
|
||||
.textLayer,
|
||||
.canvasWrapper {
|
||||
display: none;
|
||||
}
|
||||
#viewerContainer {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#mainContainer,
|
||||
#viewerContainer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue