diff --git a/ghost/portal/src/components/PopupModal.js b/ghost/portal/src/components/PopupModal.js index 7c176f1fef..49ec0cfe3a 100644 --- a/ghost/portal/src/components/PopupModal.js +++ b/ghost/portal/src/components/PopupModal.js @@ -199,7 +199,7 @@ class PopupContent extends React.Component { {this.renderPopupNotification()} {this.renderActivePage()} - {(popupSize === 'full' ? + {(popupSize === 'full' ?
@@ -252,7 +252,10 @@ export default class PopupModal extends React.Component { } ` + FrameStyle; return ( -