How to append a single dropdown menu to body in Bootstrap

后端 未结 3 1723
走了就别回头了
走了就别回头了 2021-02-19 22:48

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

3条回答
  •  天涯浪人
    2021-02-19 23:11

    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.

提交回复
热议问题