Commit faccba0c authored by Constance Okoghenun's avatar Constance Okoghenun Committed by Fatih Acet

Resolve "Merge request refactor displays changes dropdown incorrectly"

parent eaa9d4fd
......@@ -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,
......
---
title: Fixed Merge request changes dropdown displays incorrectly
merge_request: 20237
author: Constance Okoghenun
type: fixed
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