Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase Autocomplete scrollbar size

I am creating a application for touchscreen device. The size of the scrollbar available with autocomplete is so user friendly. How to increase the size of the scrollbar in the autocomplete. JQuery autocomplete

Geetha

like image 915
Geeth Avatar asked Nov 06 '22 14:11

Geeth


1 Answers

Try setting the scrollHeight option. I would suggest using the jQuery UI Autocomplete instead, as it's much more flexible (I recently made the switch).

like image 124
karim79 Avatar answered Nov 12 '22 15:11

karim79