diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 00:36:33 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 00:36:33 +0200 |
| commit | de6f766ec27040f402af5c2b16cb298181e622c1 (patch) | |
| tree | 875a322d85e5fd3d68c778004863f7c50ec065ad /res/css/partials/graph-view.scss | |
| parent | b5653a2fc4d2378ceea7af4a9224aa041bb4e091 (diff) | |
fixed search bar positioning, scroll bug and moved export button to search bar
Diffstat (limited to 'res/css/partials/graph-view.scss')
| -rw-r--r-- | res/css/partials/graph-view.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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{ |
