We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I also had this problem. I removed body and html and integrated what was relevant into .pdfjs
body
html
.pdfjs
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: