Merge pull request #14790 from Snuffleupagus/rm-print-CSS

Remove some outdated CSS rules related to printing
This commit is contained in:
Tim van der Meij 2022-04-19 21:14:42 +02:00 committed by GitHub
commit 5f6ca2224e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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