index.less 158 Bytes
.tab-iframe {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 100;

    iframe {
        border: none;
    }
}