diff --git a/dist/styles/Graph.css b/dist/styles/Graph.css
index c02065f61439d437cf5de10ffa1a9ee50a6afe2c..5864a96a5e917caa4cd00ea3f4079887c42c6952 100644
--- a/dist/styles/Graph.css
+++ b/dist/styles/Graph.css
@@ -12,7 +12,7 @@
 }
 #graph-explorer #sp-container {
   position: absolute;
-  left: 83%;
+  left: 63%;
   top: 150px;
   z-index: 1;
   border: 1px white solid;
diff --git a/dist/styles/Graph.sass b/dist/styles/Graph.sass
index 6f3ebb87a82c7a34688aa399fe5d9b63c9adc3f0..f6bb95c05752e8622849d1ea5bd1d92a280ee342 100644
--- a/dist/styles/Graph.sass
+++ b/dist/styles/Graph.sass
@@ -12,7 +12,7 @@
 
   #sp-container
     position: absolute
-    left: 83%
+    left: 63%
     top: 150px
     z-index: 1
     border: 1px white solid