From 10680c1775f531056f5420c6f70dc9ffa7cfdedf Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 30 May 2022 11:58:38 +0100 Subject: [PATCH] cap mobile nav height (#49785) --- public/app/core/components/NavBar/Next/NavBarNext.tsx | 1 + 1 file changed, 1 insertion(+) 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',