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

.mail__list-content {
    height: 100%;
    overflow-y: auto;
}

.mail__edit-write-block {
    height: 100%;
    overflow: auto;
}

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

.mail__view-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 15px;
}

.read_confirm_wrap.mail__list-wrap .pagination {
    padding: 30px;
}