Merge branch 'develop' into chore/google-authentication
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user