.pdf__container {
    position: relative;
    height: 95vh;
    width: 100%;
    overflow: hidden;
}

.pdf__target {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: scroll;
}

.pdf__container .pdfViewer .page {
    width: auto;
    height: auto;
    margin: 0;
}