When I increase the font-size
of an <select> <input>
with appearance: none;
Safari also increases the font-size
of the popup options, which leads to a truncated check sign. How can I fix this?
Live example
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 26px;
}
We noticed a strange difference based on OSX version.
I have El Capitan
with Safari 9.0.3
and do NOT see the ellipsis. But my co-worker had Yosemitie with the same version of Safari 9.0.3
and he DID see the ellipsis. So the bug seems possibly related to the OS/Safari combo and not just the browser version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With