I am encountering a problem with my Bootstrap Drop Down. The dropdown is located within a scrollable div
with a fixed height.
Whenever I click on the dropdown, the menu appears behind the scroll content. However, a normal select
works perfectly fine.
https://i.sstatic.net/6jL1B.png
Take a look at this Fiddle to see the issue in action.
I have attempted to solve this by applying position: fixed
to the .dropdown-menu
class, but it has not been effective.
Is there a solution to this problem that does not involve using JQuery?