@media only screen and (max-width: 800px) {
    span.select2-results {
        -webkit-overflow-scrolling: touch; /* Show scrollbar for iOS */
        max-height:160px;
        overflow:auto;
    }
}