fix: remove minHeight

This commit is contained in:
amhsirak
2025-11-05 21:53:51 +05:30
parent 75bb63d194
commit fbaf588169

View File

@@ -66,7 +66,6 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
flexDirection: 'column', flexDirection: 'column',
width: '100%', width: '100%',
height: 'auto', height: 'auto',
minHeight: 'calc(100vh - 64px)',
boxSizing: 'border-box' boxSizing: 'border-box'
}}> }}>
<Box sx={{ <Box sx={{