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:
Jonas Jenwald 2022-04-16 16:03:17 +02:00
parent b73a6cc213
commit d7fd8d3883

View File

@ -1474,15 +1474,11 @@ dialog :link {
#sidebarContainer,
#secondaryToolbar,
.toolbar,
#loadingBox,
#errorWrapper,
.textLayer,
.canvasWrapper {
display: none;
}
#viewerContainer {
overflow: visible;
}
#mainContainer,
#viewerContainer,