From 0da8930e26edd5dba20905f0c078b2bb20aa19f3 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 9 Aug 2023 22:25:45 -0700 Subject: [PATCH] Fix menu length in the worst case --- src/common/layout/AppBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/layout/AppBar.tsx b/src/common/layout/AppBar.tsx index 5bd4cf30c..e33fd8c00 100644 --- a/src/common/layout/AppBar.tsx +++ b/src/common/layout/AppBar.tsx @@ -153,7 +153,7 @@ export function AppBar(props: { sx?: SxProps }) { {/* Drawer Menu */} {!!drawerItems && @@ -162,7 +162,7 @@ export function AppBar(props: { sx?: SxProps }) { {/* Menu Menu */}