79140777

Date: 2024-10-30 11:00:14
Score: 1
Natty:
Report link

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;
  }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Michael Sarto