mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15996 from Snuffleupagus/skip-CSS-singlePageView
Limit the `singlePageView` CSS rules to only the COMPONENTS build
This commit is contained in:
commit
9261daa233
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue