From 0299c1797e5f40d497ffadc397cbf588caed1d21 Mon Sep 17 00:00:00 2001 From: Kevin Weiss Date: Sat, 17 Jun 2017 20:34:43 -0300 Subject: [PATCH 1/6] Add scrolling support and other meaningful changes --- demo/index.html | 26 +++++- sortable-list.html | 195 +++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 203 insertions(+), 18 deletions(-) diff --git a/demo/index.html b/demo/index.html index c30b1bd..1014131 100644 --- a/demo/index.html +++ b/demo/index.html @@ -17,7 +17,6 @@ .item { background: #ddd; display: inline-block; - float: left; height: 100px; margin: 10px 10px 0 0; text-align: center; @@ -35,7 +34,7 @@

Drag the items

- +