mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Better components examples.
This commit is contained in:
parent
61a4c740d2
commit
5f883d763f
5 changed files with 28 additions and 17 deletions
|
@ -37,6 +37,15 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
.pdfViewer.singlePageView {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pdfViewer.singlePageView .page {
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.pdfViewer .page canvas {
|
||||
margin: 0;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue