change style

This commit is contained in:
Amirhossein Mahmoodi
2024-08-18 15:38:23 +03:30
parent f0c8b9680a
commit f258dedc78
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ const HeaderWithSidebar = ({ children }) => {
</Drawer>
<Main open={open} sx={{ height: "100%", width: "100%", overflow: "hidden" }}>
<DrawerHeader />
<Box sx={{ height: "100%", width: "100%", overflowY: "auto", p: 2, overflowX: "hidden" }}>
<Box sx={{ height: "100%", width: "100%", overflowY: "auto", p: 1, overflowX: "hidden" }}>
{children}
</Box>
</Main>