.web3-frame {
    width:100% !important;
    display: contents !important;

}
.web3-frame iframe {
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
}