diff --git a/execution-order/execution-order.css b/execution-order/execution-order.css index 11bdc37a..328b83a7 100644 --- a/execution-order/execution-order.css +++ b/execution-order/execution-order.css @@ -22,6 +22,7 @@ ol { padding: 0; font-size: 16px; overflow-y: auto; + background: rgba(255, 2555, 255, 0.7) } li { position: relative; @@ -33,7 +34,7 @@ li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - cursor: grab; + cursor: move; } li:not(:first-child) { /* margin-top: -1px; */ @@ -44,6 +45,8 @@ li:not(:first-child) { } li.draggable-list-target { transition: none; + z-index: 100; + position: relative; } .dragger::before { content: "\2261" @@ -51,10 +54,6 @@ li.draggable-list-target { .dragger { padding: 0.6em; } -.slip-reordering, -.slip-reordering .dragger { - cursor: grabbing; -} @keyframes slidein { from { transform: translateX(100%); diff --git a/execution-order/execution-order.html b/execution-order/execution-order.html index db1bed03..8c055236 100644 --- a/execution-order/execution-order.html +++ b/execution-order/execution-order.html @@ -23,7 +23,7 @@