.studio-model-editor-drawer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: var(--app-background-color);
    transition: all 0.5s;
    overflow: hidden;
    margin-top: -100vh;

    >.studio-model-editor-drawer-container {
        position: relative;
        height: 100vh;
        width: 100vw;
    }
}