cap mobile nav height (#49785)

This commit is contained in:
Ashley Harrison
2022-05-30 11:58:38 +01:00
committed by GitHub
parent 309ad38fd6
commit 10680c1775

View File

@ -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',