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 %}