add drag state to item table

This commit is contained in:
jeffvli
2025-11-09 01:03:25 -08:00
parent ad409fecfa
commit d7e2ec0860
5 changed files with 152 additions and 29 deletions
@@ -115,6 +115,10 @@
}
}
.container.data-row.dragging {
opacity: 0.5;
}
.container.data-row > * {
position: relative;
z-index: 2;