Fixes rong Z-index for collection subheader.

This commit is contained in:
Mateus Machado Luna 2018-08-14 16:22:52 -03:00
parent f743e0d77d
commit 37c420ef25
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default {
right: 0;
top: $header-height;
position: absolute;
z-index: 99;
z-index: 98;
transition: padding-left 0.2s linear, background-color 0.2s linear;
&.is-repository-level {