diff --git a/snippets/ModalDialog.md b/snippets/ModalDialog.md index 1dc392699..b255f2306 100644 --- a/snippets/ModalDialog.md +++ b/snippets/ModalDialog.md @@ -133,7 +133,7 @@ ModalDialog.show({ ``` #### Notes: -* This component includes a lot of CSS, which might conflict with other CSS in your project. +* This component includes a lot of CSS, which might conflict with other CSS in your project. It is recomended that the modal a direct child of the body tag. * A more up-to-date method with lower compatibility is to use [Portals](https://reactjs.org/docs/portals.html) in React 16+.