I am experiencing an issue with a select menu on mobile devices.
Whenever I tap on the menu, it seems to zoom in slightly. Is there a particular -webkit property causing this behavior?
How can I prevent the screen from zooming when I tap on the select menu?
Please refer to the animated image below for reference.
https://i.sstatic.net/EBAeO.gif
<select class='example'>
<option>Example</option>
<option>Example</option>
<option>Example</option>
<option>Example</option>
<option>Example</option>
<option>Example</option>
</select>