Skip to content
New issue

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

How do i hide the download button? #76

Open
subodhkalika opened this issue Mar 2, 2021 · 2 comments
Open

How do i hide the download button? #76

subodhkalika opened this issue Mar 2, 2021 · 2 comments

Comments

@subodhkalika
Copy link

subodhkalika commented Mar 2, 2021

Is there a way to hide the download button on the viewer?

Screen Shot 2021-03-03 at 8 08 28 am

@subodhkalika
Copy link
Author

For now, I used css to hide it. But it would be great to have a config. Thanks for your effort on this library.

#pdf-download {
    display: none;
}

@smallWhitevv
Copy link

Set a superclass

.pdf-father { a { display: none } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants