Safari change select height

后端 未结 2 1560
别跟我提以往
别跟我提以往 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条回答
  •  -上瘾入骨i
    2021-02-11 17:11

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

    -webkit-appearance: none;
    

提交回复
热议问题