无法应用多个选择尺寸属性

Chv*_*off -1 css select

我有<select multiple="multiple">..</select>选择,我也有select{heigth: 30px;}一些我无法编​​辑的样式表.现在我的多重选择具有1行高度 - "大小"属性无法应用.我该如何解决这个问题?

AFe*_*ter 8

我喜欢干净的解决方案.

select[multiple] {
    height: 100px;

}
Run Code Online (Sandbox Code Playgroud)