diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/modal.md | 2 |
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 %} |
