aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-27 22:29:24 -0800
committerMark Otto <[email protected]>2016-11-27 22:29:24 -0800
commit1562a2db4ca973c56e8d353f98ea85bd9ef81329 (patch)
treee663152012b5fa56a03e85d811624ac06b82791e /docs
parent0b8a2819201076a8e93cd387aecf13d8c419990e (diff)
downloadbootstrap-1562a2db4ca973c56e8d353f98ea85bd9ef81329.tar.xz
bootstrap-1562a2db4ca973c56e8d353f98ea85bd9ef81329.zip
make a brief mention of #20433
Diffstat (limited to 'docs')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 9c3746116..5b482f93b 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -29,7 +29,7 @@ Be sure not to open a modal while another is still visible. Showing more than on
{% callout warning %}
#### Modal markup placement
-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.
+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. Placing it within a `position: fixed;` element may adversely affect placement.
{% endcallout %}
{% callout warning %}