--
This commit is contained in:
parent
68650201cc
commit
e557baf938
@ -19,7 +19,9 @@ export default function Main () {
|
|||||||
sx={{
|
sx={{
|
||||||
background: theme.palette.background.default,
|
background: theme.palette.background.default,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
padding: '25px'
|
padding: '25px',
|
||||||
|
height: '100vh',
|
||||||
|
overflow: 'auto'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
|
|||||||
@ -44,7 +44,7 @@ export default function Sidebar() {
|
|||||||
backgroundColor: theme.palette.lightPurple.main,
|
backgroundColor: theme.palette.lightPurple.main,
|
||||||
minWidth: isMenuCollapsed ? "80px" : "230px",
|
minWidth: isMenuCollapsed ? "80px" : "230px",
|
||||||
width: isMenuCollapsed ? "80px" : "230px",
|
width: isMenuCollapsed ? "80px" : "230px",
|
||||||
// height: '100vh',
|
height: '100vh',
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
py: "19px",
|
py: "19px",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user