且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Bootstrap 3导航下拉列表

更新时间:2023-09-28 23:36:40

是的..这是Bootstrap 3.0.2中的一个已知错误-

Yes.. this is a known bug in Bootstrap 3.0.2 --

( https://github.com/twbs/bootstrap/issues/11243 )

一种解决方法是.

.navbar-collapse.in {
    overflow-y: visible;
}

演示: http://bootply.com/96924