I'm looking for a way to restrict users from scrolling through a drop-down list by hovering over the top entry. I want them to only be able to scroll using the scroll bar.
If you're curious about how this can be achieved, check out an example of a drop-down list that allows scrolling to the top only with the scroll bar by visiting this CodePen link.
<!-- https://codepen.io/Joshimoto/pen/qQLyoO -->
I'd appreciate any help or suggestions on how to implement this functionality without taking away the option for users to select an item from the list.
Any assistance would be greatly appreciated!