feat: set height 100%

This commit is contained in:
amhsirak
2025-05-24 22:30:53 +05:30
parent f5c97e31c7
commit 5615642a76

View File

@@ -44,7 +44,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
return (
<Paper
sx={{
height: 'auto',
height: '100%',
width: '250px',
backgroundColor: theme.palette.background.paper,
paddingTop: '0.5rem',