    #iframe-container {
      overflow: auto; /* Prevent scrollbars on the entire page */
      height: auto; /* Ensure the body and html elements fill the viewport */
    }
    #myIframe {
      width: 100%;
      border: none; /* Optional: remove iframe border */
      overflow: hidden; /* Prevent scrollbars inside the iframe */
    }