1

On a Windows machine the Select2 component shows a scrollbar when there are more results available than fit in the dropdown menu.

On a Mac, the UX isn't as good. The scrollbar won't show until the user starts scrolling.

So, is there a good way to show the user there are more results (on a Mac)? I don't want a link that says "Show All" that navigates to another page. What I'd like is to alert the user that they should scroll to see all the results.

I believe that on a Mac that scrollbars don't normally show by default so it's not readily apparent when a user has to scroll.

Any ideas are greatly appreciated; thank you.

fumeng
  • 1,771
  • 5
  • 22
  • 61
  • http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki – Pevara Dec 01 '14 at 21:43

1 Answers1

1

If you implement custom scrollbars with something like jScrollPane you can effectively force scrollbars to appear.

Greg
  • 1,225
  • 3
  • 16
  • 35