From 6a94c063dc3ab2e97fab6ea97a68b1b5fda24fac Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 28 Apr 2009 15:14:35 +0200 Subject: [PATCH] Use full width if dragging around. --- kronolith/js/src/kronolith.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 0fc5b4538..7acd1b274 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -812,6 +812,7 @@ KronolithCore = { }, 'onStart': function(d, e) { this.addClassName('kronolithSelected'); + this.setStyle({ 'left': 0, 'width': '100%', 'zIndex': 1 }); }.bind(div), 'onDrag': function(d, e) { if (Object.isUndefined(d.innerDiv)) { -- 2.11.0