I have a select tag with options in it, using css I've made them all display none, except one (the very last one) I've made it display block, but it won't show up, is it because there is a lot of options?
<select>
<option>example1</option>
<option>example2</option>
<option>example3</option>
</select>
Update
when I reduce options it works fine, Here is an example