--
This commit is contained in:
parent
daa25f9ebf
commit
bbb84db981
@ -21,7 +21,8 @@ export default function Main () {
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
padding: '25px',
|
padding: '25px',
|
||||||
height: 'calc(100vh - 80px)',
|
height: 'calc(100vh - 80px)',
|
||||||
overflow: 'auto'
|
overflow: 'auto',
|
||||||
|
boxSizing: "border-box"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
|
|||||||
@ -52,6 +52,7 @@ export default function Sidebar() {
|
|||||||
transitionDuration: "200ms",
|
transitionDuration: "200ms",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
|
boxSizing: "border-box"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user