From a82d671d4ae01f4a30e2a1f0334aaf85db0ce053 Mon Sep 17 00:00:00 2001 From: touffies Date: Fri, 27 Sep 2013 11:59:35 +0200 Subject: [PATCH] Change dragging containment --- templates/admin/default/tax-rule-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/default/tax-rule-edit.html b/templates/admin/default/tax-rule-edit.html index 748482016..9794d37a6 100644 --- a/templates/admin/default/tax-rule-edit.html +++ b/templates/admin/default/tax-rule-edit.html @@ -154,7 +154,7 @@ $('.draggable', $list).draggable({ cursor: 'move', helper: 'clone', - //containment: "document", + containment: "document", opacity: 0.5, revert: "invalid", // when not dropped, the item will revert back to its initial position zIndex: 10