Fix pdf border

This commit is contained in:
Michael Shamoon 2022-02-25 00:47:27 -08:00
parent b5b7cf67bf
commit 80d2f34ad0
2 changed files with 5 additions and 1 deletions

View file

@ -12,3 +12,7 @@
height: 100%;
}
}
::ng-deep .ng2-pdf-viewer-container {
--page-margin: 1px 0 -8px;
}