.buildmode-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    height: 100vh;
    overflow: auto;
    padding: var(--container-space);
    display: flex;
    flex-direction: column;
    background-size: cover;
}