cap mobile nav height (#49785)

pull/49783/head^2
Ashley Harrison 3 years ago committed by GitHub
parent 309ad38fd6
commit 10680c1775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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',

Loading…
Cancel
Save