mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed z-index pos for panel-menu compared to dashboard search dropdown, #1483
This commit is contained in:
parent
a88187023d
commit
0767992662
@ -121,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-menu {
|
.panel-menu {
|
||||||
z-index: 1000;
|
z-index: 500;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: @grafanaTargetFuncBackground;
|
background: @grafanaTargetFuncBackground;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
Loading…
Reference in New Issue
Block a user