diff options
| author | Chris Rebert <[email protected]> | 2013-10-24 15:16:02 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-24 15:16:02 -0700 |
| commit | 91fa801d33f077ae86095c3d99c1c76a7021a6ff (patch) | |
| tree | 2a935ce9a24e4036f2524d5b805661f150321357 /components.html | |
| parent | 9d2cf56177cf3f8674aa327b4b30c56bde1a9381 (diff) | |
| download | bootstrap-91fa801d33f077ae86095c3d99c1c76a7021a6ff.tar.xz bootstrap-91fa801d33f077ae86095c3d99c1c76a7021a6ff.zip | |
doc that uncollapsing mobile navbar requires JS; per #10506
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 a4319cbc5..24ff8e56d 100644 --- a/components.html +++ b/components.html @@ -2021,6 +2021,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-danger"> + <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> |
