Fixes rong Z-index for collection subheader.
This commit is contained in:
parent
f743e0d77d
commit
37c420ef25
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue