From 5528c6501cd0f382289630665fa77394146ea68c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 26 Sep 2013 12:57:03 -0700 Subject: [PATCH] document that multiple navbars aren't supported by default; addresses #10824 --- components.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components.html b/components.html index e409e3d94c..26756f481d 100644 --- a/components.html +++ b/components.html @@ -1416,6 +1416,10 @@ base_url: "../"

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.

+
+

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.

+