diff --git a/public/app/core/components/NavBar/Next/NavBarNext.tsx b/public/app/core/components/NavBar/Next/NavBarNext.tsx index b7e93db15a1..6fbaee70c0f 100644 --- a/public/app/core/components/NavBar/Next/NavBarNext.tsx +++ b/public/app/core/components/NavBar/Next/NavBarNext.tsx @@ -209,6 +209,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ borderRight: `1px solid ${theme.colors.border.weak}`, [theme.breakpoints.down('md')]: { + height: theme.spacing(7), position: 'fixed', paddingTop: '0px', backgroundColor: 'inherit',