Alcumus/react-doc-viewer

How do i hide the download button?

Opened this issue · 2 comments

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

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

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;
}

Set a superclass

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