summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-12 23:34:08 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-12 23:34:08 +0100
commitb5c852dc652946db574c205f044e67612b33dad7 (patch)
tree5ec544df35f82a3b4fd0fa2282b647c7357316b6
parentad2c179535e655ab4366412561157d83663e9dd1 (diff)
downloadgitlab-ce-fix-merge-request-show-component-z-indices.tar.gz
Added 200 index to right-sidebarfix-merge-request-show-component-z-indices
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c4210ffd823..2b9a7e43f0f 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -206,7 +206,7 @@
transition: width .3s;
background: $gray-light;
padding: 10px 20px;
- z-index: 2;
+ z-index: 200;
&.right-sidebar-expanded {
width: $gutter_width;