mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-20 08:15:26 +02:00
fixed scrollbar
This commit is contained in:
parent
6c24a637fb
commit
9924dd641a
@ -56,7 +56,11 @@ export default function AuthenticatedRoute(): ReactElement {
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={12} sm={8} md={10}>
|
<Grid item xs={12} sm={8} md={10}>
|
||||||
<Paper>
|
<Paper>
|
||||||
<Box padding={4}>
|
<Box
|
||||||
|
maxHeight="80vh"
|
||||||
|
sx={{overflowY: "auto"}}
|
||||||
|
padding={4}
|
||||||
|
>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user