z-index fixed for diff file dropdown

This commit is contained in:
Faruk Can 2019-07-12 17:46:29 +00:00 committed by Fatih Acet
parent 740288f80d
commit 56f84a3427
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@
position: -webkit-sticky;
position: sticky;
top: $mr-file-header-top;
z-index: 220;
z-index: 120;
&::before {
content: '';

View File

@ -0,0 +1,5 @@
---
title: I fixed z index bug in diff page
merge_request: 30657
author: Faruk Can
type: fixed