From d7edceec739cbfd87044e63033430f487c8799c4 Mon Sep 17 00:00:00 2001 From: Joshua Gigg Date: Wed, 24 Apr 2013 17:33:27 +0200 Subject: [PATCH] Allow vertical scrolling on Network graph --- app/assets/stylesheets/sections/graph.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss index 7da0071..58c2c20 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; } } -- libgit2 0.21.2