cap mobile nav height (#49785) (#49804)

(cherry picked from commit 10680c1775)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-30 13:15:05 +02:00
committed by GitHub
co-authored by Ashley Harrison
parent f9be87ea17
commit e2f34a611c
@@ -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',