twitter-bootstrap – 带Bootstrap 3的无响应导航栏

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – 带Bootstrap 3的无响应导航栏前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这是Bootstrap 3文档中关于导航栏的 disabling responsivness的段落:

If using navbars,undo all the navbar collapsing and expanding
behavior (this is too much to show here,so peep the example).

我真的无法得到如何禁用响应.另外,从non-responsive example开始我就无法理解了.有人已经这样做了吗?

解决方法

检查: https://github.com/bassjobsen/non-responsive-tb3并阅读 https://github.com/twbs/bootstrap/issues/10371.

您可以通过在variables.less中将@ grid-float-breakpoint设置为0来完成此操作.并重新编译bootstrap.

更新
正如@fred-k评论所述,上述内容并未使导航栏下拉列表无响应.要解决此问题,您必须将navbar.less中的@ screen-xs-max设置为0.
此问题将在以后的版本中修复,请参阅https://github.com/twbs/bootstrap/pull/10465

注意navbar.less中的@ screen-xs-max也会影响Navbar表单

原文链接:https://www.f2er.com/bootstrap/234147.html

猜你在找的Bootstrap相关文章