diff --git a/app/components/Modal.js b/app/components/Modal.js index 85dfa4111..1f696d3ff 100644 --- a/app/components/Modal.js +++ b/app/components/Modal.js @@ -9,6 +9,8 @@ import { CloseIcon } from 'outline-icons'; import { fadeAndScaleIn } from 'shared/styles/animations'; import Flex from 'shared/components/Flex'; +ReactModal.setAppElement('#root'); + type Props = { children?: React.Node, isOpen: boolean,