mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
doc that uncollapsing mobile navbar requires JS; per #10506
This commit is contained in:
parent
9d2cf56177
commit
91fa801d33
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user