diff --git a/dist/styles/sass.css b/dist/styles/sass.css index d6279ea04079aab19efffda705e12631a7fb974a..90d4190b4ce2aa2b9593628f587bb4fa6be95fc3 100644 --- a/dist/styles/sass.css +++ b/dist/styles/sass.css @@ -540,7 +540,7 @@ li .leaf:hover a.settings { position: fixed; top: 3.7em; width: 15%; - z-index: 900; + z-index: 910; } .left-handed .forest-layout { diff --git a/src/sass/_tree.sass b/src/sass/_tree.sass index a631216dfe600222267147d46b466f687a93f423..4cd4b9cfc71fde19d74bc93e55dae64dc5a3ec9f 100644 --- a/src/sass/_tree.sass +++ b/src/sass/_tree.sass @@ -173,7 +173,7 @@ li position: fixed top: 3.7em width: 15% - z-index: 900 + z-index: 910 .left-handed .forest-layout left: 80%