From 91fa801d33f077ae86095c3d99c1c76a7021a6ff Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Oct 2013 15:16:02 -0700 Subject: [PATCH] doc that uncollapsing mobile navbar requires JS; per #10506 --- components.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components.html b/components.html index a4319cbc5e79..24ff8e56d3b1 100644 --- a/components.html +++ b/components.html @@ -2021,6 +2021,10 @@

Customize the collapsing point

Depending on the content in your navbar, you might need to change the point at which your navbar switches between collapsed and horizontal mode. Customize the @grid-float-breakpoint variable or add your own media query.

+
+

Requires JavaScript

+

If JavaScript is disabled and the viewport is narrow enough that the navbar collapses, it will be impossible to expand the navbar and view the content within the .navbar-collapse.

+

Multiple navbars require custom code

Multiple nearby navbars with dropdown menus are not supported by default. You will need to override the z-indexes of the dropdown menus yourself. Otherwise, the dropdown menu will display behind the other navbar.