Addition to @Johnny Metz Answer: If you prefer to not use ::ng-deep, and want / don't mind the style to be added globally, you can add the following code to any global stylesheet (styles.scss for example):
.pdfViewer .page .canvasWrapper {
margin-top: 10px;
border: 1px solid #ccc;
}