Feature: Draggable edge

This commit is contained in:
Long Nguyen
2020-10-12 21:34:35 +09:00
parent f27634ebe2
commit bd63a0131a
13 changed files with 6583 additions and 9 deletions
+4
View File
@@ -228,3 +228,7 @@
top: 50%;
transform: translate(0, -50%);
}
.move-handler {
cursor: move;
}