Open inakrin opened 7 years ago
I'm experiencing an issue that when I include viewer.css in my angular app it sets the font-size for the whole page globally.
html { font-size: 10px; height: 100%; }
Installed the last version from bower... It breaks the whole app.
I also had this problem. I removed body and html and integrated what was relevant into .pdfjs
body
html
.pdfjs
I'm experiencing an issue that when I include viewer.css in my angular app it sets the font-size for the whole page globally.
Installed the last version from bower... It breaks the whole app.