From e2f34a611cf253aeb8c011bd51cd32e72c3a8a66 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 30 May 2022 07:15:05 -0400 Subject: [PATCH] cap mobile nav height (#49785) (#49804) (cherry picked from commit 10680c1775f531056f5420c6f70dc9ffa7cfdedf) Co-authored-by: Ashley Harrison --- 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 cd1f87d9c20..f60dc4ce5f6 100644 --- a/public/app/core/components/NavBar/Next/NavBarNext.tsx +++ b/public/app/core/components/NavBar/Next/NavBarNext.tsx @@ -210,6 +210,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',