.pdf-container {
    width: 100%;
    height: 1200px; /* adjust height as needed */
    overflow: auto; /* add scrollbars if content overflows */
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}