mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 04:07:15 -06:00
Dashboard: Set z-index of active panel to 999 (#75382)
This commit is contained in:
parent
b4a6e7ac7f
commit
436b0ee48a
@ -90,7 +90,8 @@
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
z-index: 100 !important;
|
||||
// above other panels, but below lowest pre-defined index in zIndex.ts
|
||||
z-index: 999 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user