Prevent dropdown box opening above

I’d like to be able to have the dropdown box always open below the input itself. It seems the default behavior is to detect the browser’s bottom edge and open up above the input when the select is scrolled too close to the bottom. Is there a boolean option to turn off “open above”?

Also, not sure if it’s related, but the select box also doesn’t seem to refresh its edge detection when scrolled away from the edge. So, if it was opened above while near the bottom it will do the same once scrolled back up the page.