.app-iframe {
    border: none;
    width: 100%;
    height: calc(100% - 10px);
    z-index: 100000;
}

.app-iframe.app-modal-opened {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}