gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

When we use in Multi-select Horizontal scroll issue not working #114

Closed baladkb closed 7 years ago

baladkb commented 7 years ago

Hi @gromo We have using Your Library and thanks it's use full for us 👍 and we tried to use Our scrollbar plugin in multi select select tag, it's working fine but horizontal scroll not working, if You have any updates please help us.

<select multiple="multiple" class="scrollbar-inner">
<option >Data</option>
...
</select>
gromo commented 7 years ago

Hi @baladkb

Initially custom scrollbar was designed to work with block elements, not select. I'm not sure I can help with this case. What do you think about using custom select too?