I\'ve seen the documentation for the dropdown menu as component and separately using javascript.
I\'m wondering if it is possible to add a single dropdown menu in the we
Not sure about bootstrap 3, but if you're using bootstrap 4, you can add "data-boundary="window" to the dropdown trigger. It will append it to the body and then you can position it using absolute positioning.