mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge pull request #16504 from kkirsche/patch-8
Clarify the bs-callout on multiple open modals
This commit is contained in:
commit
3487898a6a
@ -3,7 +3,7 @@
|
|||||||
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>
|
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>
|
||||||
|
|
||||||
<div class="bs-callout bs-callout-warning" id="callout-stacked-modals">
|
<div class="bs-callout bs-callout-warning" id="callout-stacked-modals">
|
||||||
<h4>Overlapping modals not supported</h4>
|
<h4>Multiple open modals not supported</h4>
|
||||||
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
|
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement">
|
<div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement">
|
||||||
|
Loading…
Reference in New Issue
Block a user