summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Gigg <giggsey@gmail.com>2013-04-24 17:33:27 +0200
committerJoshua Gigg <giggsey@gmail.com>2013-04-24 17:33:27 +0200
commitd7edceec739cbfd87044e63033430f487c8799c4 (patch)
tree267e154c253c4b8c50039e4818fa7c098f9f1278
parent75fbdc40eb6c46a5a1a5d95a314dad0b3eeda299 (diff)
downloadgitlab-ce-d7edceec739cbfd87044e63033430f487c8799c4.tar.gz
Allow vertical scrolling on Network graph
-rw-r--r--app/assets/stylesheets/sections/graph.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss
index 7da00719b33..58c2c203219 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;
}
}