Bootstrap dropdown clipped by overflow:hidden container, how to change the container?

后端 未结 16 1779
孤城傲影
孤城傲影 2020-12-02 18:07

Using bootstrap, I have a dropdown menu(s) inside a div with overflow:hidden, which is needed to be like this. This caused the dro

16条回答
  •  Happy的楠姐
    2020-12-02 18:54

    I ended up using tippy.js insead of bootstrap dropdown, which solved this overflow:hidden parent problem, since dropdown can be located in body tag.

提交回复
热议问题