Commit 04954448 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'z-index-fix-for-diff-file-dropdown' into 'master'

z-index fixed for diff file dropdown

See merge request gitlab-org/gitlab-ce!30657
parents 740288f8 56f84a34
......@@ -14,7 +14,7 @@
position: -webkit-sticky;
position: sticky;
top: $mr-file-header-top;
z-index: 220;
z-index: 120;
&::before {
content: '';
......
---
title: I fixed z index bug in diff page
merge_request: 30657
author: Faruk Can
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