From 06da0aad25015fd615a61f45e55dca163217246a Mon Sep 17 00:00:00 2001 From: csawatzky Date: Tue, 14 Oct 2025 16:53:38 -0600 Subject: [PATCH] put the height back in for the mobile drawer height, not sure why i took it out to begin with though --- src/common/DisplayDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/DisplayDrawer.tsx b/src/common/DisplayDrawer.tsx index 8e31818..8497d0b 100644 --- a/src/common/DisplayDrawer.tsx +++ b/src/common/DisplayDrawer.tsx @@ -92,7 +92,7 @@ export default function DisplayDrawer(props: Props) { classes={{ paper: classes.drawerPaper }}> + style={{ width: isMobile ? "100%" : width, height: isMobile ? drawerHeight + "vh" : 0}}>