I am New to react, I am using pdf-viewer-reactjs to display the pdf file, I want to fix the height of the pdf, I tried with style, it is not working, even I wrapped the pdf with div and fix the height it is also not working, I tried even height props it is also not working, anyone please guide me with this thank u in advance.
import PDFViewer from 'pdf-viewer-reactjs'
<PDFViewer document={{url: url}} hideNavbar={true} scale={true} css={classes.pdfView}/>