diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 990d83c00bc613ea656949f8f53a8e8558a7fd7e..6186b5e17f9fd35215c6aa5700e14e6d17171e92 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -1592,9 +1592,10 @@ Contacts={
 						});
 						if($('#contacts h3').length > 1) {
 							$('#contacts li,#contacts h3').draggable({
+								distance: 10,
 								revert: 'invalid',
 								axis: 'y', containment: '#contacts',
-								scroll: true, scrollSensitivity: 100,
+								scroll: true, scrollSensitivity: 40,
 								opacity: 0.7, helper: 'clone'
 							});
 						} else {