diff options
author | Faruk Can <faruk.can@tarfin.com> | 2019-07-12 17:46:29 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-07-12 17:46:29 +0000 |
commit | 56f84a34272a745f281c244f0846744345e4917e (patch) | |
tree | fb5ad2c437a73bb97d42f95c5d8764b24c9981c9 /app | |
parent | 740288f80d85210ada3eccc0f98e0843b2917d65 (diff) | |
download | gitlab-ce-56f84a34272a745f281c244f0846744345e4917e.tar.gz |
z-index fixed for diff file dropdown
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 2 |
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: ''; |