From 504c27047fa111a2fdb6d0bf80cda8d07fd6e176 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Mon, 14 Nov 2016 18:05:00 +0000 Subject: Adds horizontal scrolling to network-graph --- app/assets/stylesheets/pages/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/graph.scss b/app/assets/stylesheets/pages/graph.scss index f7f9a9bb770..e5bf4914f09 100644 --- a/app/assets/stylesheets/pages/graph.scss +++ b/app/assets/stylesheets/pages/graph.scss @@ -13,7 +13,7 @@ background: #fff; height: 500px; overflow-y: scroll; - overflow-x: hidden; + overflow-x: scroll; } } -- cgit v1.2.1