hide content of dashboard item on drag not via event but via css class

This commit is contained in:
chfhtw
2026-04-13 13:28:15 +02:00
parent 5fa374259e
commit a6f81006be
4 changed files with 7 additions and 12 deletions
+5
View File
@@ -125,6 +125,11 @@
position: relative;
}
.drop-grid-item-resize > .dashboard-item > *,
.drop-grid-item-move > .dashboard-item > * {
display: none;
}
.drop-grid-item-move > .dashboard-item {
background-color: var(--fhc-dashboard-item-overlay-background);
}