bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
361 stars 60 forks source link

Select field takes up space on iOS devices even though it's width and height are set to 0 #73

Closed kodie closed 5 months ago

kodie commented 11 months ago

I was only able to recreate this issue on iOS devices. Setting font-size: 0 on the select field fixes it.

Screenshot 2023-10-11 at 4 05 57 PM
kodie commented 11 months ago

May be related to #59