make sure header is below clickable area that hides sidebar

This commit is contained in:
captainill 2015-08-20 17:22:48 -07:00
parent e1ed043bc0
commit 4d9f658c97

View file

@ -460,7 +460,7 @@ $sidebar-font-weight: 300;
bottom: 0;
opacity: 0;
background: $white;
z-index: 2;
z-index: $zindex-sidebar-fixed - 1;
-webkit-transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);
-moz-transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);