add drag state to item table

This commit is contained in:
jeffvli
2025-11-09 01:03:25 -08:00
parent 7e30312d2a
commit 230f4f0792
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;