fix: remove maxHeight

This commit is contained in:
amhsirak
2025-10-27 18:09:38 +05:30
parent d5e2500017
commit f5e9cec74f

View File

@@ -62,7 +62,6 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
<Box sx={{
maxWidth: 1000,
margin: '50px auto',
maxHeight: '100vh',
display: 'flex',
flexDirection: 'column',
width: '1000px',