fix: remove minHeight
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user