diff options
| author | Chris Rebert <[email protected]> | 2013-09-26 12:57:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-30 17:44:50 -0700 |
| commit | 5528c6501cd0f382289630665fa77394146ea68c (patch) | |
| tree | 698754879bb6c1c0e00a8f5863972eeac3cc8158 /components.html | |
| parent | 1a476b623ebea6b5f95161b865fb38ddd766fa84 (diff) | |
| download | bootstrap-5528c6501cd0f382289630665fa77394146ea68c.tar.xz bootstrap-5528c6501cd0f382289630665fa77394146ea68c.zip | |
document that multiple navbars aren't supported by default; addresses #10824
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components.html b/components.html index e409e3d94..26756f481 100644 --- a/components.html +++ b/components.html @@ -1416,6 +1416,10 @@ base_url: "../" <h4>Customize the collapsing point</h4> <p>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 <code>@grid-float-breakpoint</code> variable or add your own media query.</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"> |
