Commit 6ae37333 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graph] fix controls bar styling

parent 5a8eced7
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
overflow: auto; overflow: auto;
left: 0; left: 0;
right: 0; right: 0;
top: 60px;
} }
#graph-explorer .graph-tree { #graph-explorer .graph-tree {
position: absolute; position: absolute;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
overflow: auto overflow: auto
left: 0 left: 0
right: 0 right: 0
top: 60px
.graph-tree .graph-tree
@include sidePanelCommon @include sidePanelCommon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment