mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 00:05:39 +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}`,
|
borderRight: `1px solid ${theme.colors.border.weak}`,
|
||||||
|
|
||||||
[theme.breakpoints.down('md')]: {
|
[theme.breakpoints.down('md')]: {
|
||||||
|
height: theme.spacing(7),
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
paddingTop: '0px',
|
paddingTop: '0px',
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
|
Reference in New Issue
Block a user