Commit 16d3425a256dac77d71384068c214e4f3c9a619d

Authored by Sato Hiroyuki
2 parents 05c2c15c d7edceec

Merge giggsey:patch-1 into improve-performance-of-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  
... ...