summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-14 14:59:16 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 14:59:16 +0100
commit6191037a248002c6324a2ec242c511050cf36632 (patch)
treedd459f086bf78f830eeca7250e1196b71ef70279
parent64776ab2b4ef40519e75eb73ae946d2c1f774aa6 (diff)
downloadgitlab-ce-right-sidebar-z-index.tar.gz
Increased z-index of right sidebarright-sidebar-z-index
Fixes issue with active button overlapping it Closes #15243
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index d9218e15095..68a26e42b64 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;