You need to make it scrollable in the y-axis in order to not lose information while selecting.
.select2-selection--multiple {
overflow-x: hidden !important;
height: auto !important;
overflow-y: scroll !important;
}