.cut-list {
    display: flex;
}

.cut-list__elem {
    white-space: nowrap;
}

.cut-list__dropdown {
    position: relative;
}

.cut-list__drop-toggle {
    cursor: pointer;
    user-select: none;
}

.cut-list__more {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    display: none;
    max-height:210px;
    overflow-y:auto;
    overflow-x:hidden;
}

    .cut-list__more.is-top {
        top: auto;
        bottom: 100%;
    }

    /*.cut-list__more.is-left {
        right: auto;
        left: 0;
    }*/

.cut-list__elem.cut-list__dropdown {
    margin-left: auto;
}
