Dashboard: Remove "flash" of grid placeholder when moving panel (#43029)

This commit is contained in:
kay delaney
2021-12-13 16:27:08 +00:00
committed by GitHub
parent 12d7c98932
commit 28eeb7662c

View File

@@ -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;
}