fix: remove maxHeight
This commit is contained in:
@@ -62,7 +62,6 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
|||||||
<Box sx={{
|
<Box sx={{
|
||||||
maxWidth: 1000,
|
maxWidth: 1000,
|
||||||
margin: '50px auto',
|
margin: '50px auto',
|
||||||
maxHeight: '100vh',
|
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
width: '1000px',
|
width: '1000px',
|
||||||
|
|||||||
Reference in New Issue
Block a user