Commit 53086e11 authored by Fatih Acet's avatar Fatih Acet

Merge branch '23866-builds-dropdown' into 'master'

Increase z index on fixed mr tabs

Before:   
<img src="/uploads/e890a4f185af87b66251d744fbe840d5/Screen_Shot_2016-10-26_at_11.58.45_AM.png" width="400px">

After:   
<img src="/uploads/0bbf72888f6a47bd3027ee7dfff542da/Screen_Shot_2016-10-26_at_11.58.28_AM.png" width="400px">
Closes #23866

See merge request !7124
parents e5950e68 30bd346e
...@@ -29,6 +29,9 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -29,6 +29,9 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fix documents and comments on Build API `scope` - Fix documents and comments on Build API `scope`
- Refactor email, use setter method instead AR callbacks for email attribute (Semyon Pupkov) - Refactor email, use setter method instead AR callbacks for email attribute (Semyon Pupkov)
## 8.13.2
- Fix builds dropdown overlapping bug !7124
## 8.13.1 (2016-10-25) ## 8.13.1 (2016-10-25)
- Fix branch protection API. !6215 - Fix branch protection API. !6215
- Fix hidden pipeline graph on commit and MR page. !6895 - Fix hidden pipeline graph on commit and MR page. !6895
......
...@@ -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