我正在使用这个jQuery插件select2。一切正常。但是如果我选择了很多,输入类型将一直扩展到底部。如何修复高度?
这是我简单的select2
实现:
$('#profit-centers-hidden-select').select2({
width: '150px',
height: '30px', // I tried this or max-height but no luck
placeholder : 'Select Profit Centers'
});