/* collections: make user selection scrollable */
.userselect {
    height: 250px;
    overflow: hidden scroll;
}
