/* add styles for project controls here */

.iframe-root {
    padding: 8px;
    flex-grow: 1;
    overflow-x: auto;
}

.iframe-root iframe {
    border: none;
    display: block;
    width: 100%;
}

.tail-section-root .iframe-root {
    padding: 0;
    overflow-x: hidden;
}

.tail-section-root .iframe-root iframe {
    height: 100%;
}