mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
make sure header is below clickable area that hides sidebar
This commit is contained in:
parent
e1ed043bc0
commit
4d9f658c97
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue