Safari change select height

后端 未结 2 1561
别跟我提以往
别跟我提以往 2021-02-11 16:50

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, bu

相关标签:
2条回答
  • 2021-02-11 17:11

    To style a select in Safari, you first have to turn off the os styling:

    -webkit-appearance: none;
    
    0 讨论(0)
  • 2021-02-11 17:14

    Try adding this:

    -webkit-appearance: menulist-button;
    
    0 讨论(0)
提交回复
热议问题