]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make a brief mention of #20433
authorMark Otto <markdotto@gmail.com>
Mon, 28 Nov 2016 06:29:24 +0000 (22:29 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 28 Nov 2016 06:29:24 +0000 (22:29 -0800)
docs/components/modal.md

index 9c37461163975267fa6db2866773949f1a0601f7..5b482f93b70749deda7578d19f8bf69493e9fa26 100644 (file)
@@ -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 %}