all repos — caroster @ 95876236a197ac3c43205c69fd4e70f3a300105c

[Octree] Group carpool to your event https://caroster.io

🩹 Fix drawer on scroll
Tim Izzo tim@octree.ch
Tue, 23 Aug 2022 11:58:03 +0200
commit

95876236a197ac3c43205c69fd4e70f3a300105c

parent

9399a8cd66551ef4a7de57dff2798c37428a3981

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M frontend/layouts/Event.tsxfrontend/layouts/Event.tsx

@@ -56,6 +56,8 @@ <Box

flex={1} display="flex" alignItems="stretch" + height="calc(100% - 56px)" + overflow="hidden" flexDirection={isMobile ? 'column-reverse' : 'row'} > <DrawerMenu />

@@ -76,6 +78,8 @@ const useStyles = makeStyles(theme => ({

content: { flex: 1, maxWidth: 'calc(100% - 85px)', + overflow: 'auto', + paddingBottom: theme.spacing(4), [theme.breakpoints.down('sm')]: { maxWidth: '100%',