So I have a drop down (select) element. The problem is that if there is a long list in it, then it "drops" upwards instead of downwards.
Is there a way to say that it should scroll rather than show all of them at once?
I know there's "size" but that's how many are visible at once (I only want one visible, like normal)
Or is the reason it's not having a scrollbar automatically caused by it's containing div? Does it need to know where it should end or something?