From 56176e320ba9016cf7b7731d16027017e489d54e Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 4 Apr 2022 14:48:48 +0100 Subject: [PATCH] Navigation: Fix menu scrolling in expanded menu (#47261) --- public/app/core/components/NavBar/Next/NavBarMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/components/NavBar/Next/NavBarMenu.tsx b/public/app/core/components/NavBar/Next/NavBarMenu.tsx index d7fed06bd05..319832db4ab 100644 --- a/public/app/core/components/NavBar/Next/NavBarMenu.tsx +++ b/public/app/core/components/NavBar/Next/NavBarMenu.tsx @@ -56,6 +56,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ whiteSpace: 'nowrap', paddingTop: theme.spacing(1), marginRight: theme.spacing(1.5), + overflow: 'hidden', right: 0, zIndex: theme.zIndex.sidemenu, top: 0,