diff --git a/src/pages/flowEditor/components/nodeEditModal.tsx b/src/pages/flowEditor/components/nodeEditModal.tsx index 8b93a2a..735b4e9 100644 --- a/src/pages/flowEditor/components/nodeEditModal.tsx +++ b/src/pages/flowEditor/components/nodeEditModal.tsx @@ -88,7 +88,7 @@ const NodeEditModal: React.FC = ({ minWidth: 300, width: 'max-content', maxWidth: '80%', - height: '90%', + height: '99%', bottom: 0, borderRadius: 10 }}