I can't change select
height
, with all browser working fine, but Safari no, where can be problem? Also I try make class .style select
, but not working.
select {
width: 170px;
height: 25px;
}
Try adding this:
-webkit-appearance: menulist-button;