yohei0125 3 лет назад
Родитель
Сommit
751d35e4f5

+ 1 - 1
packages/app/src/components/PagePresentationModal.jsx

@@ -17,7 +17,7 @@ const PagePresentationModal = () => {
       isOpen={presentationData.isOpened}
       toggle={closePresentationModal}
       data-testid="page-presentation-modal"
-      className={`grw-presentation-modal ${styles['grw-presentation-modal']} grw-presentation-modal-expanded`}
+      className={`grw-presentation-modal ${styles['grw-presentation-modal']} grw-body-only-modal-expanded`}
       unmountOnClose={false}
     >
       <ModalBody className="modal-body">

+ 2 - 2
packages/app/src/styles/_modal.scss

@@ -30,7 +30,7 @@
   @include expand-modal-fullscreen(true, true);
 }
 
-// expanded window layout for grw-presentation-modal
-.modal-dialog.grw-presentation-modal-expanded {
+// expanded window layout without modal-header & modal-footer
+.modal-dialog.grw-body-only-modal-expanded {
   @include expand-modal-fullscreen(false, false);
 }