mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Remove "flash" of grid placeholder when moving panel (#43029)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
.react-grid-item.react-grid-placeholder {
|
||||
box-shadow: $panel-grid-placeholder-shadow;
|
||||
background: $panel-grid-placeholder-bg;
|
||||
z-index: 0;
|
||||
z-index: -1;
|
||||
opacity: unset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user