Commit d6290d7d authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[tree] styling fix for tree (on graph view especially)

parent b4f21c5f
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#graph-explorer .graph-tree { #graph-explorer .graph-tree {
position: absolute; position: absolute;
max-height: 600px; max-height: 600px;
overflow-y: scroll;
top: 170px; top: 170px;
background-color: #fff;
z-index: 1; z-index: 1;
} }
#graph-explorer #graph-view { #graph-explorer #graph-view {
...@@ -26,13 +26,11 @@ ...@@ -26,13 +26,11 @@
#graph-explorer #sp-container { #graph-explorer #sp-container {
position: absolute; position: absolute;
max-height: 600px; max-height: 600px;
overflow-y: scroll;
top: 170px; top: 170px;
z-index: 1;
border: 1px white solid; border: 1px white solid;
background-color: white; background-color: white;
left: 70%; left: 70%;
width: 30%; width: 28%;
} }
#graph-explorer #sp-container #myTab { #graph-explorer #sp-container #myTab {
marginBottom: 18px; marginBottom: 18px;
......
@mixin sidePanelCommon @mixin sidePanelCommon
position: absolute position: absolute
max-height: 600px max-height: 600px
overflow-y: scroll //overflow-y: scroll
top: 170px top: 170px
z-index: 1 //z-index: 1
#graph-explorer #graph-explorer
#toolbar #toolbar
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
.graph-tree .graph-tree
@include sidePanelCommon @include sidePanelCommon
background-color: #fff
z-index: 1
#graph-view #graph-view
height: 95% height: 95%
...@@ -31,7 +33,7 @@ ...@@ -31,7 +33,7 @@
border: 1px white solid border: 1px white solid
background-color: white background-color: white
left: 70% left: 70%
width: 30% width: 28%
#myTab #myTab
marginBottom: 18px marginBottom: 18px
......
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