summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-25 12:27:40 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-26 08:59:08 +0100
commit17afa7149bc98a23cc808d2bc54e6147ef80a21b (patch)
treeaecc6a4a58e03746afd57d34611efc13f1a5c505
parent069e09b2e04b69e8f509e9c6f71ac21ba9b673db (diff)
downloadgitlab-ce-fix-emoji-menu-z-index.tar.gz
Increase emoji-menu z-index to 300 in awards.scss to place it above the top barfix-emoji-menu-z-index
-rw-r--r--app/assets/stylesheets/framework/awards.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index 53975154ce3..75907c35b7e 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -10,7 +10,7 @@
top: 0;
margin-top: 3px;
padding: $gl-padding;
- z-index: 200;
+ z-index: 300;
width: 300px;
font-size: 14px;
background-color: $white-light;