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,