From de6f766ec27040f402af5c2b16cb298181e622c1 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Thu, 4 Dec 2014 00:36:33 +0200 Subject: fixed search bar positioning, scroll bug and moved export button to search bar --- res/css/partials/graph-view.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/css/partials/graph-view.scss') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index f4854998..95f7bdbb 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -132,6 +132,7 @@ stroke: #EDE275; stroke-width: 2px; z-index:1; + pointer-events: none; } .link.enter, .link.exit, .link.selected { @@ -139,6 +140,7 @@ stroke: #EDE275; stroke-width: 4px; z-index:1; + pointer-events: none; } #editbox input{ -- cgit v1.3.1