From 714d9d192fd58c731ad3440f77549d446cb011c8 Mon Sep 17 00:00:00 2001 From: Sato Hiroyuki Date: Tue, 21 May 2013 09:25:25 +0900 Subject: [PATCH] Use default cursor on network graph. The cross 'move' cursor doesen't work if you can't it around. refs #3741 --- app/assets/stylesheets/sections/graph.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss index 58c2c20321..9be4cb788c 100644 --- a/app/assets/stylesheets/sections/graph.scss +++ b/app/assets/stylesheets/sections/graph.scss @@ -11,7 +11,6 @@ .graph { background: #f1f1f1; - cursor: move; height: 500px; overflow-y: scroll; overflow-x: hidden;