replace draggedItem css class

This commit is contained in:
chfhtw
2026-04-13 13:22:16 +02:00
parent 9fd033b30e
commit 5fa374259e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -117,7 +117,8 @@
cursor: move !important;
}
.draggedItem {
.drop-grid-item-resize > .dashboard-item,
.drop-grid-item-move > .dashboard-item {
height: 100%;
width: 100%;
background-color: var(--fhc-dashboard-draggeditem-background);