Looking to style my PDF using ng2-pdf-viewer in the browser:
<pdf-viewer src="https://vadimdez.github.io/ng2-pdf-viewer/assets/pdf-test.pdf"></pdf-viewer>
Here is the generated DOM structure:
https://i.sstatic.net/zdmud.png
To apply styling, I have tried the following CSS with !important:
.canvasWrapper {
margin-top: 5px !important;
border: 1px solid #ccc !important;
}