]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove multiple navbar z-index callout
authorMark Otto <otto@github.com>
Sat, 26 Oct 2013 11:43:50 +0000 (12:43 +0100)
committerMark Otto <otto@github.com>
Sat, 26 Oct 2013 11:43:50 +0000 (12:43 +0100)
* 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

index 24ff8e56d3b1a816ab9d13188de02347ef70f78d..66f80e119b19880824e24d62db79ec3dae75e970 100644 (file)
@@ -2025,10 +2025,6 @@ base_url: "../"
       <h4>Requires JavaScript</h4>
       <p>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 <code>.navbar-collapse</code>.</p>
     </div>
-    <div class="bs-callout bs-callout-warning" id="multiple-navbars-warning">
-      <h4>Multiple navbars require custom code</h4>
-      <p>Multiple nearby navbars with dropdown menus are not supported by default. You will need to override the <code>z-index</code>es of the dropdown menus yourself. Otherwise, the dropdown menu will display behind the other navbar.</p>
-    </div>
 
     <div class="bs-example">
       <nav class="navbar navbar-default" role="navigation">