Skip to content

Commit 4a36eca

Browse files
committed
1 parent 14baf4e commit 4a36eca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/javascript.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ <h2 id="modals-examples">Examples</h2>
102102
<h4>Overlapping modals not supported</h4>
103103
<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>
104104
</div>
105+
<div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement">
106+
<h4>Modal markup placement</h4>
107+
<p>Always try to place a modal's HTML code in a top-level position in your document to avoid other components affecting the modal's appearance and/or functionality.</p>
108+
</div>
105109
<div class="bs-callout bs-callout-warning">
106110
<h4>Mobile device caveats</h4>
107111
<p>There are some caveats regarding using modals on mobile devices. <a href="../getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p>

0 commit comments

Comments
 (0)