Merge branch 'develop' into chore/google-authentication

This commit is contained in:
SajadMRjl
2025-08-18 02:23:27 +03:30
committed by GitHub
5 changed files with 46 additions and 20 deletions

View File

@@ -14,7 +14,6 @@ export const Layout = () => {
const theme = useTheme();
const isMobile = useMediaQuery(theme.breakpoints.down('md'));
const [sideNavOpen, setSideNavOpen] = useState(false);
const { userInfo } = useAuth();
return (
@@ -45,7 +44,9 @@ export const Layout = () => {
setSideNavOpen={setSideNavOpen}
user={userInfo}
/>
<Outlet />
<Box sx={{ flex: 1, overflowY: 'auto' }}>
<Outlet />
</Box>
</Box>
<SideNav