Skip to content

Commit 145c366

Browse files
committedDec 28, 2014
Collisions, live dragging working really well now, somewhat usable at this point
1 parent 446c365 commit 145c366

5 files changed

+238
-134
lines changed
 

‎example.html

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
.placeholder {
2222
background: red;
2323
opacity: 0.3;
24+
user-select: none;
25+
z-index: 0;
2426
}
2527
.gridItem.react-draggable-dragging {
2628
transition: none;

0 commit comments

Comments
 (0)