Commit 3eeaa9fe authored by arturo's avatar arturo

[layout] access box in tree node bug display

* Issue #302
parent d8abf3ad
...@@ -540,7 +540,7 @@ li .leaf:hover a.settings { ...@@ -540,7 +540,7 @@ li .leaf:hover a.settings {
position: fixed; position: fixed;
top: 3.7em; top: 3.7em;
width: 15%; width: 15%;
z-index: 900; z-index: 910;
} }
.left-handed .forest-layout { .left-handed .forest-layout {
......
...@@ -173,7 +173,7 @@ li ...@@ -173,7 +173,7 @@ li
position: fixed position: fixed
top: 3.7em top: 3.7em
width: 15% width: 15%
z-index: 900 z-index: 910
.left-handed .left-handed
.forest-layout .forest-layout
left: 80% left: 80%
......
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