mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
adjust drag over styles
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
.container.data-row.dragged-over-top::after {
|
.container.data-row.dragged-over-top::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2px;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
.container.data-row.dragged-over-bottom::after {
|
.container.data-row.dragged-over-bottom::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: -2px;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user