react-pdf
react-pdf copied to clipboard
showToolBar prop doesn't work as intended on FireFox, the toolbar is still being shown
i've tried to set the showToolBar prop to false but it doesn't change in Firefox, only in Chrome
<PDFViewer showToolbar={false} height="100%" width="100%"> <Resume /> </PDFViewer>
- OS: [Windows]
- Browser [Firefox, chrome]
- React-pdf version [latest]