summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorFaruk Can <faruk.can@tarfin.com>2019-07-12 17:46:29 +0000
committerFatih Acet <acetfatih@gmail.com>2019-07-12 17:46:29 +0000
commit56f84a34272a745f281c244f0846744345e4917e (patch)
treefb5ad2c437a73bb97d42f95c5d8764b24c9981c9 /app/assets
parent740288f80d85210ada3eccc0f98e0843b2917d65 (diff)
downloadgitlab-ce-56f84a34272a745f281c244f0846744345e4917e.tar.gz
z-index fixed for diff file dropdown
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 3ffe8ae304d..95ea49ad465 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -14,7 +14,7 @@
position: -webkit-sticky;
position: sticky;
top: $mr-file-header-top;
- z-index: 220;
+ z-index: 120;
&::before {
content: '';