diff --git a/src/renderer/src/components/Popups/RichEditPopup.tsx b/src/renderer/src/components/Popups/RichEditPopup.tsx index 09ddbe1191..ed7c3d407c 100644 --- a/src/renderer/src/components/Popups/RichEditPopup.tsx +++ b/src/renderer/src/components/Popups/RichEditPopup.tsx @@ -107,8 +107,7 @@ const PopupContainer: React.FC = ({ onContentChange={handleContentChange} onMarkdownChange={handleMarkdownChange} onCommandsReady={handleCommandsReady} - minHeight={300} - maxHeight={500} + minHeight={window.innerHeight * 0.7} isFullWidth={true} className="rich-edit-popup-editor" />