I am currently using Bootstrap-select to showcase my dropdown menus. However, I have noticed that when there is not enough space below, the dropdowns are displayed upwards.
Here is how they appear: https://i.sstatic.net/kgeC9.jpg
Instead of this behavior, I would like to always force the dropdowns to open downwards, regardless of available space. Like so:
See example here: https://i.sstatic.net/yy6Q0.jpg
Is there a way to ensure that the dropdowns always open downward?