mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Dashboard: Set z-index of active panel to 999 (#75382)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user