Commit 7d6cec66 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Increase z index on fixed mr tabs

parent 2fc359a5
...@@ -439,12 +439,12 @@ ...@@ -439,12 +439,12 @@
} }
.merge-request-tabs-holder { .merge-request-tabs-holder {
background-color: #fff; background-color: $white-light;
&.affix { &.affix {
top: 100px; top: 100px;
left: 0; left: 0;
z-index: 9; z-index: 10;
transition: right .15s; transition: right .15s;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment