Resolve "Merge request refactor displays changes dropdown incorrectly"

This commit is contained in:
Constance Okoghenun 2018-06-28 11:47:04 +00:00 committed by Fatih Acet
parent eaa9d4fd75
commit faccba0c56
2 changed files with 7 additions and 1 deletions

View file

@ -698,7 +698,7 @@
&.diff-files-changed-merge-request {
position: sticky;
top: 90px;
z-index: 190;
z-index: 200;
margin: $gl-padding 0;
padding: 0;
}
@ -706,6 +706,7 @@
&.is-stuck {
padding-top: 0;
padding-bottom: 0;
border-top: 1px solid $white-dark;
border-bottom: 1px solid $white-dark;
.diff-stats-additions-deletions-expanded,

View file

@ -0,0 +1,5 @@
---
title: Fixed Merge request changes dropdown displays incorrectly
merge_request: 20237
author: Constance Okoghenun
type: fixed