.editor-container{
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    z-index: 0;
}

.editor-container-toolbar{
    height:35px;
}

