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