diff --git a/src/views/cmm/CmmFullModal.jsx b/src/views/cmm/CmmFullModal.jsx index cac251e..b9922d5 100644 --- a/src/views/cmm/CmmFullModal.jsx +++ b/src/views/cmm/CmmFullModal.jsx @@ -11,11 +11,12 @@ const style = { left: '50%', transform: 'translate(-50%, -50%)', width: '80%', - height: '93%', + height: '85%', bgcolor: 'background.paper', border: '2px solid #000', boxShadow: 24, - p: 3 + p: 2, + overflowY: 'auto' }; const CmmFullModal = ({ isBackdrop = false, open, setOpen, title, children, callback = () => {} }) => {