OSDN Git Service

Allow vertical scrolling on Network graph
authorJoshua Gigg <giggsey@gmail.com>
Wed, 24 Apr 2013 15:33:27 +0000 (17:33 +0200)
committerJoshua Gigg <giggsey@gmail.com>
Wed, 24 Apr 2013 15:33:27 +0000 (17:33 +0200)
app/assets/stylesheets/sections/graph.scss

index 7da0071..58c2c20 100644 (file)
@@ -13,7 +13,8 @@
     background: #f1f1f1;
     cursor: move;
     height: 500px;
-    overflow: hidden;
+    overflow-y: scroll;
+    overflow-x: hidden;
   }
 }