Fix #333 Use box-shadow to simulate PDF page border

This commit is contained in:
James-Yu 2017-12-01 13:58:20 +08:00
parent f97dd43105
commit 8956eedb07

View File

@ -235,7 +235,8 @@
.pdfViewer.removePageBorders .page {
margin: 0px auto 10px auto;
border: 1px dashed lightgray;
border: none;
box-shadow: 0px 0px 0px 1px lightgrey;
}
.pdfViewer.singlePageView {