Twitter Bootstrap Accordion and button dropdown overflow issue

前端 未结 10 2019
一个人的身影
一个人的身影 2021-02-12 12:25

I\'m using Bootstrap for a section of my website. I mix accordion with a dropdown button. The problem comes when the button is on the bottom, the drop-down is hidden since the .

10条回答
  •  迷失自我
    2021-02-12 12:53

    This is all you should need to add to make the dropdown menu show:

    #collapseThree {
     overflow: visible;   
    }​

    http://jsfiddle.net/DBQU7/6/

提交回复
热议问题