I am very glad to use this wonderful library - jQuery Nice Select link. But i cant understand why this not support scroll bar especially in google chrome
Chrome :
And Firefox
I can't understand why google chrome doesn't support scroll bar or I should add it somehow?
This isn't related to Firefox or Chrome. You may just be looking at the browsers with different viewports.
In any case, you need to add this to your CSS to add a scrollbar:
.list {
max-height: 100px; // or whatever the height you want
overflow-y: scroll !important;
}
Source: tested it myself in both Chrome and Firefox.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With