.layout-container {
    background-color: darkgray;
    grid-template-rows: max-content 1fr !important;
    height: 100vh;
    display: grid;
}

.layout-editor-container {
    background-color: #eee;
    overflow: clip;
    height: 100%;
    border-top: 1px solid #007bff;
}

.layout-editor-instance {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.layout-editor-empty {
    background-color: lightgray;
    color: #888;
    text-align: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.layout-editor-empty > div > a {
    line-height: 30px;
    cursor: pointer;
}

.layout-editor-instance iframe {
    width: 100%;
    height: 100%;
}
