From 72cfe877d8585054558cb83222d207159f854dd1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Oct 2013 12:43:50 +0100 Subject: [PATCH] Remove multiple navbar z-index callout * Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning. * A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go. --- components.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components.html b/components.html index 24ff8e56d3..66f80e119b 100644 --- a/components.html +++ b/components.html @@ -2025,10 +2025,6 @@ base_url: "../"

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.

-