diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss
index 7da00719b333ed8f49fade7b788413d234555345..58c2c2032197735687149b391025e9cb2033b125 100644
--- a/app/assets/stylesheets/sections/graph.scss
+++ b/app/assets/stylesheets/sections/graph.scss
@@ -13,7 +13,8 @@
     background: #f1f1f1;
     cursor: move;
     height: 500px;
-    overflow: hidden;
+    overflow-y: scroll;
+    overflow-x: hidden;
   }
 }