This commit is contained in:
krokodilka 2023-03-23 01:58:18 +03:00
parent daa25f9ebf
commit bbb84db981
2 changed files with 3 additions and 1 deletions

@ -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