Search code examples
csssafari

Safari change select height


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;
}

Solution

  • Try adding this:

    -webkit-appearance: menulist-button;