diff --git a/src/courseware/course/sequence/Unit/ContentIFrame.jsx b/src/courseware/course/sequence/Unit/ContentIFrame.jsx index bc77182506..88d39fe125 100644 --- a/src/courseware/course/sequence/Unit/ContentIFrame.jsx +++ b/src/courseware/course/sequence/Unit/ContentIFrame.jsx @@ -76,7 +76,7 @@ const ContentIFrame = ({ {modalOptions.isOpen && ( div[data-focus-lock-disabled="false"] { - height: 100%; + height: 80vh; } // Along with setting the height of modal-content's parent div from react-focus-on, we need to // set modal-content's height as well to get the modal to expand to full-screen height. .modal-content { - height: 100%; + height: 80vh; } }