mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 08:24:14 +08:00
cap mobile nav height (#49785)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user