The WCAG (accessibility guidelines) specify that the size of pointer inputs must be at least 24x24 CSS pixels. The <option> element within the <select> dropdown currently does not meet this height requirement.
To comply with WCAG guidelines for the minimum target size of pointer objects, the <option> element within the <select> dropdown must have a minimum size of 24x24 CSS pixels.