diff --git a/dist/styles/sass.css b/dist/styles/sass.css index 90d4190b4ce2aa2b9593628f587bb4fa6be95fc3..c8446b457c1fcfa5b11ad5b34d37b193c04e1500 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: 910; + z-index: 909; } .left-handed .forest-layout { diff --git a/src/sass/_tree.sass b/src/sass/_tree.sass index 4cd4b9cfc71fde19d74bc93e55dae64dc5a3ec9f..64ad09dadf1a0a1904c95f36fe612838084d2473 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: 910 + z-index: 909 .left-handed .forest-layout left: 80%