I have a div that acts like a drop-down. So it pops-up when you click a button and it allows you to scroll through this big list. So the div has a vertical scroll bar. The
Perhaps try adding the tabindex attribute set to -1 to the div node.
tabindex
-1
div