.sch__main-container-wrap {
    height: 100%;
}

.sch__main-content-wrap {
    height: 100%;
}

.sch__edit-content {
    height: 100%;
}

.sch__edit-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sch__edit-form-content {
    height: 100%;
    overflow: auto;
}

.sch__view-section {
    height: 100%;
}

.sch__view-container {
    height: 100%;
}

.sch__view-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sch__view-block {
    height: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

.sch__grp-calendar-wrap.active {
    height:100%;
    display:flex;
    flex-direction:column;
}

.sch__grp-calendar-content {
    height:100%;
    overflow:auto;
}

.sch__delete-wrap.active {
    height: 100%;
}

.sch__delete-btn-list {
    height: 100%;
    overflow: auto;
}