put the height back in for the mobile drawer height, not sure why i took it out to begin with though

This commit is contained in:
csawatzky 2025-10-14 16:53:38 -06:00
parent d7439f5244
commit 06da0aad25

View file

@ -92,7 +92,7 @@ export default function DisplayDrawer(props: Props) {
classes={{ paper: classes.drawerPaper }}> classes={{ paper: classes.drawerPaper }}>
<Box <Box
className={isMobile ? classes.drawerMobile : classes.drawerDesktop} className={isMobile ? classes.drawerMobile : classes.drawerDesktop}
style={{ width: isMobile ? "100%" : width }}> style={{ width: isMobile ? "100%" : width, height: isMobile ? drawerHeight + "vh" : 0}}>
<Box className={classes.header} style={{ width: isMobile ? "100%" : width }}> <Box className={classes.header} style={{ width: isMobile ? "100%" : width }}>
<Box display="flex" justifyContent="space-between" alignItems="center"> <Box display="flex" justifyContent="space-between" alignItems="center">
<Box> <Box>