diff options
| author | Jacob Schatz <jschatz@gitlab.com> | 2016-04-20 19:22:03 +0000 |
|---|---|---|
| committer | Jacob Schatz <jschatz@gitlab.com> | 2016-04-20 19:22:03 +0000 |
| commit | 1e596fef1c42a1dd925636c48fea01be444dc3ab (patch) | |
| tree | b458e9edd2f346ec504780fbfea510db029ae8b8 /app | |
| parent | b4ed6efd50face25fa52693415616d5f3c7964e2 (diff) | |
| parent | 6191037a248002c6324a2ec242c511050cf36632 (diff) | |
| download | gitlab-ce-1e596fef1c42a1dd925636c48fea01be444dc3ab.tar.gz | |
Merge branch 'right-sidebar-z-index' into 'master'
Increased z-index of right sidebar
Fixes issue with active button overlapping it
Closes #15243
See merge request !3722
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index 5bf44c1cdb6..9397e1a6626 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -128,6 +128,7 @@ top: 58px; bottom: 0; right: 0; + z-index: 10; transition: width .3s; background: $gray-light; padding: 10px 20px; |
