Alcumus / react-doc-viewer

Apache License 2.0
208 stars 101 forks source link

How do i hide the download button? #76

Open subodhkalika opened 3 years ago

subodhkalika commented 3 years ago

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

Screen Shot 2021-03-03 at 8 08 28 am
subodhkalika commented 3 years ago

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 commented 2 years ago

Set a superclass

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