Skip to content

Commit

Permalink
Add default top/left for .lm-mod-drag-image
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Oct 26, 2023
1 parent 05305e4 commit be69302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dragdrop/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
}

.lm-mod-drag-image {
top: 0px;
left: 0px;
will-change: transform;
}

0 comments on commit be69302

Please sign in to comment.