From ff798385d1d46aae2a289371e43f02922ca8c5aa Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 6 Dec 2014 21:53:25 +0200 Subject: disable dragging bubble (css solution, drag d3 behavior confusing) Fixes #190 --- res/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index eecbfd97..59361c7c 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -207,7 +207,8 @@ body.debug .debug-ui-right { stroke-opacity: 0.5; } .circle.bubble { - stroke: #101010; } + stroke: #101010; + pointer-events: none; } .circle.exit { stroke: #33c2e0; -- cgit v1.3.1