hello every body.
i have a multiselect widget which i want to have fixed height and if items are more than the width , it should scroll vertically instead of increasing height size.
i used this css class and everything is fine in chrome. it has a vertical scroll bar.
.k-multiselect-wrap{height:30px;overflow:auto}
but when i open my project in firefox the scrollbar is not there , and i just can scroll vertically with mouse wheel.
could you please help me to fix this issue ?