Commit 3487898a authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #16504 from kkirsche/patch-8

Clarify the bs-callout on multiple open modals
parents bb882125 97f8e561
Showing with 1 addition and 1 deletion
+1 -1
...@@ -3,7 +3,7 @@ ...@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment