From 353b1cb6b95139fb9ac3f426bc0ad93700f83562 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 21 May 2025 10:24:05 -0600 Subject: [PATCH] fixed the drawer on the docs page being in front of the header --- src/pages/APIDocs.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/APIDocs.tsx b/src/pages/APIDocs.tsx index bbc37df..0055cdf 100644 --- a/src/pages/APIDocs.tsx +++ b/src/pages/APIDocs.tsx @@ -24,8 +24,7 @@ const useStyles = makeStyles((theme: Theme) => ({ }, drawer: { width: drawerWidth, - flexShrink: 0, - zIndex: 10 + zIndex: "10 !important" }, drawerPaper: { width: drawerWidth