From: Mark Otto Date: Mon, 28 Nov 2016 06:29:24 +0000 (-0800) Subject: make a brief mention of #20433 X-Git-Tag: v4.0.0-alpha.6~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1562a2db4ca973c56e8d353f98ea85bd9ef81329;p=thirdparty%2Fbootstrap.git make a brief mention of #20433 --- diff --git a/docs/components/modal.md b/docs/components/modal.md index 9c37461163..5b482f93b7 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 %}