make list drop position indicator more consistent

This commit is contained in:
jeffvli
2025-11-28 16:57:55 -08:00
parent b7c413c96a
commit dbad1088ea
@@ -139,7 +139,7 @@
.container.data-row.dragged-over-top::after {
position: absolute;
top: 0;
top: -1px;
right: 0;
left: 0;
z-index: 3;
@@ -159,7 +159,7 @@
.container.data-row.dragged-over-bottom::after {
position: absolute;
right: 0;
bottom: 0;
bottom: -1px;
left: 0;
z-index: 3;
height: 2px;