From cd1a0d62769a81b9e58a2f76bc314f2699da6b6a Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Mon, 29 Jul 2024 12:21:05 -0400 Subject: [PATCH] Update TopBar styling for minHeight --- gui/src/app/pages/HomePage/TopBar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gui/src/app/pages/HomePage/TopBar.tsx b/gui/src/app/pages/HomePage/TopBar.tsx index 3d07d14f..918bd37d 100644 --- a/gui/src/app/pages/HomePage/TopBar.tsx +++ b/gui/src/app/pages/HomePage/TopBar.tsx @@ -18,7 +18,12 @@ const TopBar: FunctionComponent = ({ title, onSetCollapsed }) => { position="sticky" sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }} > - +