Merge pull request #15996 from Snuffleupagus/skip-CSS-singlePageView

Limit the `singlePageView` CSS rules to only the COMPONENTS build
This commit is contained in:
Jonas Jenwald 2023-02-02 18:13:49 +01:00 committed by GitHub
commit 9261daa233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@
border: none;
}
/*#if COMPONENTS*/
.pdfViewer.singlePageView {
display: inline-block;
}
@ -91,6 +92,7 @@
margin: 0;
border: none;
}
/*#endif*/
.pdfViewer.scrollHorizontal,
.pdfViewer.scrollWrapped,