react-doc-viewer
react-doc-viewer copied to clipboard
disabled download file and override css how ?
How to disabled or remove download file in version 1.12 ?
I have the same question
@Anhduc2k @dionkas You can add this to you css stylesheet or global.css if you use tailwind. At the end, the better is to interact directly with the htm; element for more freedom
#pdf-download {
display: none !important;
}
hi @mathieugruson , can you give me the way disable the top toolbar(which include download button)?