mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Fixes focus panel z-index issue (#78474)
This commit is contained in:
@@ -75,7 +75,7 @@ function getStyles(theme: GrafanaTheme2) {
|
|||||||
position: 'sticky',
|
position: 'sticky',
|
||||||
top: 0,
|
top: 0,
|
||||||
background: theme.colors.background.canvas,
|
background: theme.colors.background.canvas,
|
||||||
zIndex: 1,
|
zIndex: theme.zIndex.navbarFixed,
|
||||||
padding: theme.spacing(2, 0),
|
padding: theme.spacing(2, 0),
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user