Add ability to drag controller

This commit is contained in:
Arjun Rao
2016-06-22 00:20:19 -07:00
parent 8224e4a59f
commit d09f9a0019
3 changed files with 68 additions and 2 deletions

View File

@@ -50,3 +50,7 @@
div.video-wrapper + div.target {
height: 0;
}
.vcs-dragging {
cursor: -webkit-grabbing;
}