Commit d7edceec739cbfd87044e63033430f487c8799c4

Authored by Joshua Gigg
1 parent 75fbdc40

Allow vertical scrolling on Network graph

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/graph.scss
... ... @@ -13,7 +13,8 @@
13 13 background: #f1f1f1;
14 14 cursor: move;
15 15 height: 500px;
16   - overflow: hidden;
  16 + overflow-y: scroll;
  17 + overflow-x: hidden;
17 18 }
18 19 }
19 20  
... ...