// editor-flow
.editor-container-flow{

    .editor-flow{
        position: relative;

        .editor-layout{
            position: relative;
            overflow: hidden;
        }
    }
}